forked from chris-rock/node-xmpp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 896 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": "node-xmpp-server",
"version": "1.0.0-alpha10",
"description": "nodejs-based server",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:node-xmpp/node-xmpp-server.git"
},
"keywords": [
"xmpp",
"nodejs",
"server"
],
"author": "Lloyd Watkin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-xmpp/node-xmpp-server/issues"
},
"dependencies": {
"hat": "~0.0.3",
"node-xmpp-core": "^1.0.0-alpha10",
"debug": "~0.7.4"
},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "0.10.0",
"grunt-mocha-cli": "~1.8.0",
"grunt-mocha-istanbul": "^2.1.0",
"mocha": "^1.21.5",
"node-xmpp-client": "~1.0.0-alpha13",
"pem": "~1.4.1",
"should": "~4.0.4"
}
}