forked from gdg-x/hoverboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·24 lines (24 loc) · 881 Bytes
/
bower.json
File metadata and controls
executable file
·24 lines (24 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "hoverboard",
"dependencies": {
"polymer": "Polymer/polymer#1.2.3",
"iron-elements": "PolymerElements/iron-elements#1.0.4",
"paper-elements": "PolymerElements/paper-elements#1.0.5",
"paper-listbox": "polymerelements/paper-listbox#^1.0.0",
"platinum-elements": "PolymerElements/platinum-elements#1.2.0",
"neon-elements": "PolymerElements/neon-elements#1.0.0",
"molecules": "PolymerElements/molecules#1.0.0",
"google-web-components": "GoogleWebComponents/google-web-components#1.0.1",
"page": "visionmedia/page.js#~1.6.4",
"time-elements": "~0.4.0",
"google-analytics": "~0.1.0",
"i18n-msg": "https://github.com/ebidel/i18n-msg.git#~1.0.2"
},
"devDependencies": {
"web-component-tester": "*",
"test-fixture": "PolymerElements/test-fixture#^1.0.0"
},
"resolutions": {
"google-analytics": "0.1.0"
}
}