-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 963 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
{
"name": "react-gulp-demo",
"version": "0.0.1",
"description": "react-gulp-demo",
"main": "src/app/main.js",
"repository": {
"type": "git",
"url": "https://[email protected]/radarminnet/react-gulp-demo.git"
},
"author": "Martin Andér Gottvall <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/radarminnet/react-gulp-demo/issues"
},
"homepage": "https://github.com/radarminnet/react-gulp-demo",
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "~3.8.11",
"gulp-serve": "~0.3.1",
"gulp-util": "~3.0.4",
"reactify": "~1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"body-parser": "^1.4.3",
"envify": "~3.4.0",
"express": "^4.4.5",
"jquery": "^2.1.3",
"marked": "^0.3.3",
"react": "~0.13.1"
}
}