forked from hubiquitus-old/hubiquitus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 975 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
{
"name": "hubiquitus",
"author": "Alexis Lesage",
"description": "Actor model for Hubiquitus",
"version": "0.6.3",
"homepage": "www.hubiquitus.com",
"repository": {
"type": "git",
"url": "https://github.com/hubiquitus/hubiquitus"
},
"maintainers": [{"name": "Gauthier Boivin"
,"email":"gauthierboivin@gmail.com"
}],
"main": "./lib/hubiquitus",
"engines": {
"node": ">0.8.0"
},
"dependencies": {
"underscore": ">=1.4.4",
"zmq": "git://github.com/hubiquitus/zeromq.node.git",
"cron": "=1.0.1",
"time": "=0.9.0",
"ntwitter": "git://github.com/hubiquitus/ntwitter.git",
"winston" : ">=0.6.2",
"socket.io" : "=0.9.14",
"mongodb" : "=1.2.14"
},
"devDependencies": {
"should" : "=1.2.2",
"mocha" : "=1.8.2",
"coffee-script" : "=1.6.2",
"socket.io-client": "=0.9.11"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script -R spec test/*"
}
}