-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.02 KB
/
package.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
33
34
35
36
37
38
39
40
41
{
"name": "awesome-react-setup",
"version": "0.0.0",
"description": "A good starting point for a React JS app",
"main": "gulpfile.js",
"dependencies": {
"browserify": "~6.3.3",
"del": "~1.0.0",
"gulp": "~3.8.10",
"gulp-plumber": "~0.6.6",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.1",
"gulp-watch": "~2.0.0",
"react": "~0.12.0",
"reactify": "~0.17.1",
"vinyl-transform": "~1.0.0"
},
"devDependencies": {
"browserify": "~6.3.3",
"del": "~1.0.0",
"gulp": "~3.8.10",
"gulp-plumber": "~0.6.6",
"reactify": "~0.17.1",
"gulp-rename": "~1.2.0",
"vinyl-transform": "~1.0.0",
"gulp-uglify": "~1.0.1",
"gulp-watch": "~2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/arasmussen/awesome-react-setup"
},
"author": "Andrew Rasmussen",
"license": "Open Source",
"bugs": {
"url": "https://github.com/arasmussen/awesome-react-setup/issues"
}
}