-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1015 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1015 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
39
{
"name": "react-isomorphic-gulp-tasks",
"version": "1.0.0",
"description": "Gulp tasks for yeoman-react-isomorphic",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/areusjs/react-isomorphic-gulp-tasks.git"
},
"keywords": [
"gulp",
"react"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/areusjs/react-isomorphic-gulp-tasks/issues"
},
"homepage": "https://github.com/areusjs/react-isomorphic-gulp-tasks",
"devDependencies": {
"browserify": "^8.1.3",
"gulp": "^3.8.11",
"gulp-buffer": "0.0.2",
"gulp-livereload": "^3.7.0",
"gulp-nodemon": "^1.0.5",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"reactify": "^1.0.0",
"rimraf": "^2.2.8",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.3.0"
}
}