-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 1.01 KB
/
bower.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "box-search",
"authors": [
"PTC Corporation <info@ptc.co.ir>"
],
"description": "PWA box search",
"main": "box-search.html",
"keywords": [
"ptc",
"polymer",
"iorder",
"element",
"pwa",
"box",
"search"
],
"license": "Copyright © 2016 PTC Corporation, All rights reserved",
"homepage": "https://github.com/PTCSoft/PE-box-search",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#2.0-preview",
"paper-input": "PolymerElements/paper-input#2.0-preview",
"paper-icon-button": "PolymerElements/paper-icon-button#2.0-preview",
"iron-component-page": "PolymerElements/iron-component-page#2.0-preview"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#2.0-preview",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#2.0-preview",
"web-component-tester": "^4.0.0"
},
"resolutions": {
"webcomponentsjs": "v1",
"polymer": "2.0-preview"
}
}