forked from mdwragg/polymer-font-awesome
-
Notifications
You must be signed in to change notification settings - Fork 15
/
bower.json
54 lines (54 loc) · 1.06 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "px-icon-set",
"version": "2.2.3",
"description": "Polymer component to allow easy use of Predix icons",
"main": "px-icon-set.html",
"ignore": [
"*.enc",
"**/.*",
"node_modules",
"bower_components",
"sass",
"*.md",
"scripts",
".github",
"gulpfile.js",
"wct.conf.json",
"test",
"OSS_Notice.pdf",
"*.png",
"npm-debug.log",
"icons",
"examples"
],
"dependencies": {
"polymer": "#1.9 - 2",
"iron-iconset-svg": "^2.0.0",
"iron-icon": "^2.0.0",
"iron-flex-layout": "^2.0.0"
},
"devDependencies": {
"px-theme": "^3.0.0",
"px-code-design": "^2.0.0",
"px-toggle-design": "^2.0.0",
"web-component-tester": "^6.3.0",
"px-demo": "^3.0.0"
},
"resolutions": {
"webcomponentsjs": "^1.0.0"
},
"variants": {
"1.x": {
"dependencies": {
"polymer": "^1.9.0"
},
"devDependencies": {
"web-component-tester": "^5.0.0"
},
"resolutions": {
"webcomponentsjs": "^0.7.0"
}
}
},
"license": "Apache-2.0"
}