-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 844 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 844 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
33
34
35
36
37
38
{
"name": "firebase-test",
"version": "0.0.1",
"dependencies": {
"react": "~0.10.0",
"reactfire": "~0.1.4",
"react-async": "~0.9.2",
"react-router-component": "~0.18.3",
"highland": "~1.25.1",
"envify": "~1.2.1"
},
"browserify": {
"transform": [
"reactify",
"debowerify"
]
},
"devDependencies": {
"gulp-jshint": "~1.6.1",
"gulp-sass": "~0.7.1",
"gulp-autoprefixer": "0.0.7",
"gulp.spritesmith": "~0.5.0",
"gulp-browserify": "~0.5.0",
"gulp": "~3.6.2",
"gulp-jscs": "~0.5.0",
"jshint-stylish": "~0.2.0",
"browserify": "~4.1.5",
"vinyl-source-stream": "~0.1.1",
"reactify": "~0.13.1",
"debowerify": "~0.7.1",
"minifyify": "~3.0.4",
"browser-sync": "~0.9.1",
"watchify": "~0.10.1"
},
"engines": {
"node": ">=0.8.0"
}
}