forked from roost-im/roost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 813 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 813 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": "roost",
"version": "0.0.0",
"description": "Where owls go to sleep.",
"dependencies": {
"express": "3.x",
"gss": "git+https://github.com/roost-im/node-gss.git",
"mysql": "~2.0.0-alpha9",
"q": "0.9.x",
"zephyr": "git+https://github.com/roost-im/node-zephyr.git",
"convict": "~0.3.3",
"temp": "~0.5.1",
"client-sessions": "~0.5.0",
"sockjs": "~0.3.7",
"memwatch": "~0.2.2"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/roost-im/roost.git"
},
"author": "David Benjamin <davidben@mit.edu>",
"license": "MIT",
"devDependencies": {
"priorityqueuejs": "~0.1.0",
"chai": "~1.7.2",
"mocha": "~1.12.0"
},
"bugs": {
"url": "https://github.com/roost-im/roost/issues"
}
}