-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 999 Bytes
/
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
42
43
44
45
46
{
"name": "gulp-example",
"version": "0.1.0",
"description": "gulp example for browserify, watchify, and build react project",
"main": "js/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp",
"watchify",
"browserify",
"react"
],
"repository": {
"type": "git",
"url": "https://github.com/guotie/gulp-example"
},
"dependencies": {
},
"devDependencies": {
"gulp":"*",
"browserify": "^6.2.0",
"envify": "^3.0.0",
"jest-cli": "~0.1.17",
"reactify": "^0.15.2",
"uglify-js": "~3.13.4",
"watchify": "^2.1.1",
"gulp-sass": "^1.2.3",
"gulp-changed": "^0.4.1",
"gulp-imagemin": "^0.6.2",
"gulp-notify": "^2.0.1",
"gulp-util": "^3.0.0",
"pretty-hrtime": "~0.2.1",
"vinyl-source-stream": "~0.1.1",
"livereload": "^0.3.4"
},
"browserify": {
"transform": [
"reactify",
"envify"
]
},
"author": "guotie",
"license": "MIT"
}