-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.47 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "chatboxx",
"version": "0.0.0",
"homepage": "https://www.chatboxx.io",
"description": "Nomads MEAN seed.",
"main": "app.js",
"repository": "https://github.com/ishmaelthedestroyer/chatboxx",
"keywords": [
"angular",
"redis",
"webRTC",
"peer",
"p2p",
"nomads"
],
"licenses": [
{
"type": "MIT",
"url": ""
}
],
"author": "ishmaelthedestroyer",
"dependencies": {
"optimist": "~0.6.0",
"q": "~0.9.7",
"underscore": "~1.5.1",
"cookie": "~0.1.0",
"moment": "~2.4.0",
"express": "~3.3.4",
"socket.io": "~0.9.16",
"socket.io-stream": "0.5.0",
"redis": "~0.8.6",
"redis-url": "~0.2.0",
"connect-redis": "~1.4.5",
"mongoose": "~3.6.1",
"node-uuid": "~1.4.1",
"colors": "~0.6.2",
"bcrypt": "~0.7.7",
"passport": "~0.1.1",
"passport-local": "~0.1.6",
"aws-sdk": "2.0.0-rc1",
"knox-mpu": "0.1.1",
"knox": "~0.8.8",
"geoip": "~0.5.2"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-recess": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-coffeelint": "~0.0.6",
"grunt-coffeecup": "~0.1.0",
"grunt-bump": "~0.0.6",
"load-grunt-tasks": "~0.2.0",
"grunt-concurrent": "~0.4.2",
"grunt-nodemon": "~0.1.2",
"grunt-mkdir": "~0.1.1",
"grunt-todos": "~0.2.0"
}
}