forked from xmppo/node-expat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 848 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 848 Bytes
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.4.1"
,"main": "./lib/node-expat"
,"description": "NodeJS binding for fast XML parsing."
,"scripts" : { "install": "node-waf configure build"
,"update": "node-waf build"
,"test": "node test.js"
}
,"dependencies": []
,"devDependencies": {"vows": ">=0.5.12"}
,"repositories": [{ "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"
,"maintainers": [{ "name": "Astro"
,"email": "astro@spaceboyz.net"
,"web": "http://spaceboyz.net/~astro/"
}]
,"contributors": ["Stephan Maka", "Derek Hammer", "Iein Valdez", "Peter Körner", "Camilo Aguilar", "Michael Weibel"]
,"licenses": [{ "type": "MIT" }]
,"engine": "node"
,"scripts": {"test":"vows --spec ./test.js"}
}