-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "buddycloud-http-api",
"version": "0.0.1",
"author": "Denis Washington <denisw@online.de>",
"description": "Access buddycloud via HTTP",
"license": "Apache 2.0",
"scripts": {
"start": "node ./server.js",
"test": "NODE_ENV=testing ./node_modules/.bin/mocha --timeout 5000 -r should -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/buddycloud/buddycloud-http-api.git"
},
"dependencies": {
"connect": "2.4.x",
"express": "3.5.1",
"express-winston": "0.2.x",
"grip": "0.1.4",
"jwt-simple": "0.1.x",
"ltx": "^0.9.0",
"node-expat": "^2.3.7",
"node-xmpp-client": "~1.0.0-alpha20",
"primus": "~2.3.0",
"primus-emitter": "~3.0.2",
"pubcontrol": "0.3.1",
"segfault-handler": "git+https://github.com/ddopson/node-segfault-handler.git",
"socket.io": "~0.9.16",
"winston": "0.7.x",
"xmpp-ftw": "~1.16.12",
"xmpp-ftw-buddycloud": "~1.17.0"
},
"devDependencies": {
"mocha": "~1.17.1",
"node-xmpp-server": "^1.0.0-alpha12",
"should": "~3.1.2"
},
"engine": {
"node": ">=0.8"
}
}