-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 883 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 883 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
{
"name": "react-study",
"version": "1.0.0",
"description": "React Study",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"bower": "^1.4.1",
"del": "^1.1.1",
"express": "^4.1.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-live-server": "0.0.14",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"react-tools": "^0.13.3"
},
"scripts": {
"postinstall": "bower install",
"start": "gulp serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jhsea3do/react-study.git"
},
"author": "shjh@cn.ibm.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhsea3do/react-study/issues"
},
"homepage": "https://github.com/jhsea3do/react-study"
}