forked from hejob/fireball
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
30 lines (30 loc) · 812 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
{
"name": "fireball",
"ignore": [
"**/.*",
"3rd",
"bower_components",
"ext",
"node_modules",
"test"
],
"dependencies": {
"chai": "2.3.0",
"chroma-js": "0.8.0",
"fontawesome": "4.3.0",
"iron-behaviors": "PolymerElements/iron-behaviors#^1.0.0",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
"iron-input": "PolymerElements/iron-input#^1.0.0",
"iron-selector": "PolymerElements/iron-selector#^1.0.0",
"mocha": "2.2.5",
"mousetrap": "ccampbell/mousetrap#1.5.2",
"numeral": "1.5.3",
"pace": "1.0.2",
"pixi": "3.0.6",
"polymer": "Polymer/polymer#^1.0.5",
"stats.js": "mrdoob/stats.js#master",
"svg.js": "1.0.1",
"web-animations-js": "web-animations/web-animations-js#master"
},
"devDependencies": {}
}