forked from xmppjs/ltx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 950 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
{ "name": "ltx"
,"version": "0.2.2"
,"main": "./lib/index"
,"browserify": "./lib/index-browserify.js"
,"description": "<xml for=\"node.js\" browserify=\"too\">"
,"author": "Astro"
,"dependencies": {"node-expat": ">=1.2.0"
,"sax": ">=0.3.5"
}
,"repositories": [{"type": "git"
,"path": "http://github.com/astro/ltx.git"
}]
,"homepage": "http://github.com/astro/ltx"
,"bugs": "http://github.com/astro/ltx/issues"
,"maintainers": [{"name": "Astro"
,"email": "astro@spaceboyz.net"
,"web": "http://spaceboyz.net/~astro/"
}]
,"contributors": ["Stephan Maka", "Will Fife", "Markus Kohlhase"]
,"licenses": [{"type": "MIT"}]
,"engine": "node"
,"devDependencies": {"vows": ">=0.5.12"
,"easysax": ">=0.1.7"
,"node-xml": ">=1.0.1"
,"Strophe.js": "https://github.com/metajack/strophejs/tarball/master"
,"request-animation-frame": ">=0.1.0"
,"browserify": ">=1.10.4"
}
,"scripts": {"test":"vows --spec"}
}