forked from simple-xmpp/node-simple-xmpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (31 loc) · 819 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
{
"name": "simple-xmpp",
"version": "0.1.92",
"directories": {
"lib": "./lib"
},
"main": "./lib/simple-xmpp",
"description": "Simple High Level NodeJS XMPP Library",
"author": "Arunoda Susiripala <[email protected]>",
"homepage": "https://github.com/arunoda/node-simple-xmpp",
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"node-xmpp": "0.10.x",
"qbox": "0.1.x"
},
"devDependencies": {
"ltx": ">= 0.0.5",
"nodemock": ">= 0.2.13",
"horaa": ">= 0.1.1alpha"
},
"repository" :
{
"type" : "git",
"url" : "[email protected]:arunoda/node-simple-xmpp.git"
}
}