-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 938 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
37
38
39
{
"name": "dingroll.com",
"version": "0.2.0",
"description": "Filter-based chat",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/dingroll/dingroll.com.git"
},
"keywords": [
"chat",
"realtime",
"hashtag"
],
"author": "Stuart P. Bentley <stuart@testtrack4.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dingroll/dingroll.com/issues"
},
"homepage": "https://github.com/dingroll/dingroll.com",
"dependencies": {
"redis": "^0.12.1",
"envigor": "^0.9.0",
"connect-redis": "^2.3.0",
"express-session": "^1.11.2",
"serve-static": "^1.9.3",
"express": "^4.12.4",
"body-parser": "^1.12.4",
"endex": "^0.2.1",
"rethinkdb": "^2.0.0",
"jade": "^1.10.0",
"primus": "^3.0.2",
"engine.io": "^1.5.1",
"bluebird": "^2.9.27"
}
}