forked from xmppo/node-expat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.33 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "node-expat",
"version": "2.3.13",
"main": "./lib/node-expat",
"description": "NodeJS binding for fast XML parsing.",
"keywords": [
"xml",
"sax",
"expat",
"libexpat",
"parse",
"parsing"
],
"scripts": {
"preversion": "npm test",
"lint": "standard",
"unit": "vows --spec ./test/**/*.js",
"test": "npm run unit && npm run lint",
"benchmark": "node ./benchmark.js"
},
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.2.1"
},
"devDependencies": {
"benchmark": "^2.1.0",
"debug": "^2.2.0",
"iconv": "^2.1.11",
"libxmljs": "^0.17.1",
"ltx": "^2.2.2",
"node-xml": "^1.0.2",
"sax": "^1.2.1",
"vows": "^0.8.1"
},
"repository": "github:astro/node-expat",
"homepage": "http://github.com/astro/node-expat",
"bugs": "https://github.com/astro/node-expat/issues",
"author": {
"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",
"Alexey Zhuchkov",
"Satyam Shekhar",
"Dhruv Matani",
"Andreas Botsikas",
"Tom Hughes-Croucher",
"Nathan Rajlich",
"Julien Genestoux",
"Sonny Piers",
"Lloyd Watkin"
],
"license": "MIT"
}