-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 848 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 848 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
31
32
{
"name": "decoup",
"version": "0.1.0",
"description": "decoup: decoupage of your projects getting precise estimate",
"author": "",
"license": "MIT",
"devDependencies": {
"connect": "^3.3.3",
"flux": "^2.0.1",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.2.0",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.11",
"react": "^0.11.1",
"reactify": "^0.14.0",
"serve-static": "^1.7.1"
},
"scripts": {
"start": "gulp build && open dist/index.html && gulp watch",
"build": "gulp"
},
"dependencies": {
"appbasejs": "^2.2.13",
"firebase": "^2.1.0",
"q": "^1.1.2",
"react": "^0.12.1",
"react-router-component": "git+https://github.com/STRML/react-router-component.git#react-0.12",
"reactify": "^0.17.1",
"underscore": "^1.7.0"
}
}