-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 878 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
{
"name": "rethink-chat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/nodemon/bin/nodemon.js --watch ./server server",
"start": "node server"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.11.0",
"config": "^1.12.0",
"express": "^4.11.2",
"lodash": "^3.3.0",
"q": "^1.1.2",
"react": "^0.12.2",
"rethinkdb": "^1.16.0",
"rethinkdb-init": "0.0.2",
"socket.io": "^1.3.4"
},
"devDependencies": {
"browserify": "^8.1.3",
"gulp": "^3.8.11",
"gulp-concat": "^2.4.3",
"gulp-sass": "^1.3.3",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"nodemon": "^1.3.7",
"reactify": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.3.0"
}
}