-
Notifications
You must be signed in to change notification settings - Fork 15
/
bower.json
57 lines (57 loc) · 1.08 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
55
56
57
{
"name": "px-tooltip",
"version": "1.3.1",
"main": [
"px-tooltip.html"
],
"ignore": [
"*.enc",
".*",
"node_modules",
"bower_components",
"sass",
"HISTORY.md",
"CONTRIBUTING.md",
"OSS_Notice.pdf",
"scripts",
".github",
".editorconfig",
".jshintrc",
".gitignore",
"LICENSE.md",
"gulpfile.js",
"monogram-wdmk.png",
"README.md",
"wct.conf.json",
"px-tooltip.png"
],
"dependencies": {
"iron-resizable-behavior": "^2.0.0",
"polymer": "#1.9 - 2"
},
"devDependencies": {
"px-normalize-design": "^1.0.0",
"px-box-sizing-design": "^1.0.0",
"px-helpers-design": "^1.0.0",
"px-demo": "^3.0.0",
"px-theme": "^3.0.0",
"web-component-tester": "^6.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"
}