-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 1.01 KB
/
bower.json
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
{
"name": "iorder-style",
"authors": [
"PTC Corporation <[email protected]>"
],
"description": "iOrder PWA Elements Shared Style & Default Theme",
"main": "iorder-style.html",
"keywords": [
"ptc",
"polymer",
"iorder",
"element",
"pwa",
"panel",
"filter"
],
"license": "Copyright © 2016 PTC Corporation, All rights reserved",
"homepage": "https://github.com/PTCSoft/PE-iorder-style",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.8.0",
"paper-styles": "PolymerElements/paper-styles",
"iron-icon": "PolymerElements/iron-icon",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg"
},
"devDependencies": {
"web-component-tester": "^4.0.0",
"iron-component-page": "PolymerElements/iron-component-page",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}