-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathbower.json
70 lines (70 loc) · 1.59 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "px-map",
"version": "3.7.0",
"description": "A lightweight framework for building interactive maps with web components",
"main": [
"px-map.html"
],
"ignore": [
"*.enc",
".*",
"npm-debug.log",
"gulpfile.js",
"sass",
"bower_components",
"node_modules",
"test",
"OSS_Notice.pdf",
"scripts",
".github",
"px-map.png",
"LICENSE.md",
"CONTRIBUTING.md",
"HISTORY.md",
"README.md",
".jshintrc",
".editorconfig",
"polymer.json"
],
"dependencies": {
"app-localize-behavior": "^2.0.0",
"polymer": "#1.9 - 2",
"px-d3-imports": "^3.0.0",
"leaflet": "^1.0.3",
"leaflet.markercluster": "^1.3.0",
"leaflet-bing-tiles": "^1.0.0",
"leaflet-google-tiles": "ge-smallworld/leaflet-google-layer#^1.0.0",
"px-icon-set": "^2.0.0",
"px-app-helpers": "^2.0.0"
},
"devDependencies": {
"px-clearfix-design": "^1.0.0",
"px-meta-buttons-design": "^1.0.0",
"px-layout-design": "^1.0.0",
"px-starter-kit-design": "^1.0.0",
"px-typography-design": "^2.0.0",
"iron-ajax": "^2.0.0",
"promise-polyfill": "polymerlabs/promise-polyfill#^2.0.1",
"px-theme": "^3.0.0",
"px-demo": "^3.0.0",
"iron-icons": "^2.0.0",
"web-component-tester": "^6.3.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"
}