-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·23 lines (23 loc) · 865 Bytes
/
bower.json
File metadata and controls
executable file
·23 lines (23 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "polymer-starter-kit",
"private": true,
"dependencies": {
"classnames": "~2.2.3",
"iron-elements": "PolymerElements/iron-elements#^1.0.0",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#~1.0.2",
"neon-elements": "PolymerElements/neon-elements#^1.0.0",
"page": "visionmedia/page.js#~1.6.3",
"paper-elements": "PolymerElements/paper-elements#^1.0.1",
"platinum-elements": "PolymerElements/platinum-elements#^1.1.0",
"polymer": "Polymer/polymer#^1.1.0",
"react": "~0.14.2",
"react-dom": "~0.1.0",
"system.js": "~0.19.5",
"web-skin": "git+ssh://git@github.com/Workiva/web-skin.git#1.3.0",
"wSession": "git+ssh://git@github.com/Workiva/wSession.git#3.0.0"
},
"devDependencies": {
"web-component-tester": "*",
"test-fixture": "PolymerElements/test-fixture#^1.0.0"
}
}