-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 1.03 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
{
"name": "book-library",
"description": "Book library app built with polymer JS",
"main": "gulpfile.js",
"authors": [
"Bharat Rajan"
],
"license": "ISC",
"homepage": "index.html",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^1.9.1",
"iron-ajax": "PolymerElements/iron-ajax#~1.1.1",
"web-component-tester": "Polymer/web-component-tester#^4.2.1",
"paper-input": "^2.0.1",
"paper-dialog": "^2.0.0",
"paper-button": "^2.0.0",
"app-router": "^2.7.2",
"app-route": "PolymerElements/app-route#^2.0.1",
"iron-pages": "^2.0.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"chai-dom": "^1.4.3",
"paper-spinner": "^1.0.0"
},
"devDependencies": {
},
"resolutions": {
"polymer": "^1.2.4",
"xc-styles": "v0.1.0",
"iron-flex-layout": "~1.2.2",
"paper-spinner": "^1.0.0",
"webcomponentsjs": "^v1.0.2",
"paper-button": "^2.0.0",
"web-component-tester": "^4.0.0",
"mocha": "^3.1.2",
"test-fixture": "^3.0.0-rc.1"
}
}