forked from xmppo/node-expat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 927 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
{ "name": "node-expat"
,"version": "1.5.0"
,"main": "./lib/node-expat"
,"description": "NodeJS binding for fast XML parsing."
,"keywords": ["xml","sax","expat","libexpat","parse","parsing"]
,"scripts" : { "install": "node-waf configure build"
,"update": "node-waf build"
,"test": "vows --spec ./test.js"
}
,"dependencies": {}
,"devDependencies": {"vows": ">=0.5.12"}
,"repository": { "type": "git"
, "path": "git://github.com/astro/node-expat.git"
}
,"homepage": "http://github.com/astro/node-expat"
,"bugs": "http://github.com/astro/node-expat/issues"
,"author": { "name": "Astro"
, "email": "[email protected]"
, "web": "http://spaceboyz.net/~astro/"
}
,"contributors": ["Stephan Maka", "Derek Hammer", "Iein Valdez", "Peter Körner", "Camilo Aguilar", "Michael Weibel", "Alexey Zhuchkov", "Satyam Shekhar"]
,"licenses": [{ "type": "MIT" }]
,"engines": { "node": ">=0.4" }
}