-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 871 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
{
"name": "rethinkChat",
"version": "0.0.1",
"description": "A chat server backed by rethinkDb",
"author": "compscipsu@gmail.com",
"dependencies": {
"async": "*",
"crumb": "^6.0.0",
"dustjs-helpers": "^1.7.3",
"dustjs-linkedin": "^2.7.2",
"express": "^4.13.3",
"glue": "^3.1.0",
"grunt": "^0.4.5",
"grunt-cli": "*",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"hapi": "^12.1.0",
"hapi-io": "0.0.11",
"inert": "^3.2.0",
"joi": "^7.2.3",
"lodash": "^4.0.1",
"moment": "^2.11.1",
"moment-timezone": "^0.5.0",
"nconf": "*",
"node-watch": "^0.3.5",
"rethinkdb": "2.2.0",
"socket.io": "^1.4.5",
"vision": "^4.0.1",
"xss": "^0.2.10"
}
}