-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 736 Bytes
/
Copy pathbower.json
File metadata and controls
30 lines (30 loc) · 736 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
25
26
27
28
29
30
{
"name": "fireball-editor",
"version": "0.2.1",
"homepage": "https://github.com/fireball-x/editor",
"authors": [
"Johnny Wu <KarasAya@gmail.com>"
],
"description": "Fireball-x Editor",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"3rd",
"bower_components",
"ext",
"node_modules",
"test"
],
"dependencies": {
"chroma-js": "",
"fontawesome": "",
"pace": "",
"polymer": "Polymer/polymer#~0.5.5",
"web-animations-js": "web-animations/web-animations-js#master",
"fire-core": "fireball-x/core#master",
"svg.js": "",
"pixi": "2.2.3"
},
"devDependencies": {}
}