-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
36 lines (36 loc) · 885 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": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^2.9.25",
"body-parser": "^1.12.3",
"commander": "^2.8.1",
"config": "^1.12.0",
"consolidate": "^0.12.1",
"cookie-parser": "^1.3.4",
"express": "^4.11.2",
"express-session": "^1.11.1",
"lodash": "^3.3.0",
"mustache": "^2.0.0",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"q": "^1.1.2",
"react": "^0.12.2",
"rethinkdb": "^1.16.0",
"rethinkdb-init": "0.0.2",
"socket.io": "^1.3.4"
},
"devDependencies": {
"nodemon": "^1.3.7"
}
}