forked from flosse/node-xmpp-serviceadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "node-xmpp-serviceadmin",
"version": "0.1.1",
"main": "./lib/ServiceAdmin",
"description": "Service Administration (XEP-0133) library for node-xmpp",
"author": "Markus Kohlhase",
"keywords": ["xmpp","node","xep"],
"homepage": "http://github.com/flosse/node-xmpp-serviceadmin",
"bugs": "http://github.com/flosse/node-xmpp-serviceadmin/issues",
"contributors": ["Markus Kohlhase"],
"licenses": [{"type": "MIT"}],
"engine": "node",
"dependencies":
{
"node-xmpp": ">=0.3.1",
"ltx": ">= 0.1.2"
},
"devDependencies":
{
"jasmine-node": ">=1.0.21",
"coffee-script": ">= 1.4.0"
},
"repositories":
[
{
"type": "git",
"path": "git://github.com/flosse/node-xmpp-serviceadmin.git"
}
],
"maintainers":
[
{
"name": "Markus Kohlhase",
"email": "[email protected]",
"web": "http://github.com/flosse/"
}
],
"scripts": { "test": "jasmine-node --coffee spec/" }
}