-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
32 lines (32 loc) · 809 Bytes
/
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
{
"name": "awesome-charts",
"version":"1.0.0",
"authors":"Vinod Louis <vinodlouis@hotmail.com> (http://www.vinodlouis.com)",
"license":"MIT",
"description" : "polymer 2.0 charts using d3",
"main": "index.html",
"ignore":[
"bower_components",
"images",
"test",
"bower.json",
"polymer.json"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"d3": "^4.10.0"
},
"repository":{
"type":"git",
"url" : "https://github.com/VinodLouis/awesome-charts"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
},
"resolutions": {
"polymer": "^2.0.0",
"d3": "^4.10.0"
}
}