-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 726 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 726 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
{
"name": "talk3",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"gulp": "^3.8.11",
"gulp-server": "^0.1.0",
"gulp-clean": "^0.3.1",
"gulp-webserver": "^0.9.0",
"gulp-concat": "^2.5.2",
"browserify": "^9.0.3",
"reactify": "^1.0.0",
"babelify": "^5.0.3",
"gulp-livereload": "^3.8.0",
"gulp-sass": "^1.3.3",
"watchify": "^2.4.0",
"react": "^0.12.2",
"jquery": "^2.1.3",
"superagent": "^0.21.0",
"react-router": "^0.12.2",
"alt": "^0.13.7"
},
"devDependencies": {
"vinyl-source-stream": "^1.1.0"
}
}