-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 867 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
{
"name": "expat-object",
"version": "0.1.0",
"main": "./lib/json",
"description": "Native xml to json object converter utilising libexpat",
"keywords": ["xml","expat","libexpat","parse","json","object","fast"],
"scripts": {
"test": "vows --spec ./test.js"
},
"dependencies": {
"nan": "~0.8.0"
},
"repository": {
"type": "git",
"path": "git://github.com/dxg/node-expat-object.git"
},
"homepage": "http://github.com/dxg/node-expat-object",
"bugs": "http://github.com/dxg/node-expat-object/issues",
"author": {
"name": "Arek W",
"email": "[email protected]"
},
"contributors": [
"node-expat PPLE. You know who you all are."
],
"licenses": [{ "type": "MIT" }],
"engines": { "node": ">= 0.10" }
}