forked from Kubide/node-big-xml-streamer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (39 loc) · 891 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
31
32
33
34
35
36
37
38
39
40
{
"name": "big-xml-streamer",
"version": "0.0.5",
"description": "Lightweight XML parser for really big files (uses node-expat)",
"main": "index.js",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "git@github.com:Kubide/node-big-xml-streamer.git"
},
"author": "Kubide <hola@kubide.es> (http://kubide.es)",
"contributors": [
"John Hewson",
"Ángel Luis Quesada <angel.quesada@kubide.es> (http://gelito.me)"
],
"engines": {
"node": ">=0.6.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Kubide/node-big-xml-streamer/issues"
},
"homepage": "https://github.com/Kubide/node-big-xml-streamer#readme",
"engines": {
"node": ">= 0.12.7"
},
"dependencies": {
"node-expat": ">=1.4.4"
},
"devDependencies": {},
"keywords": [
"xml",
"parser",
"stream",
"expat"
]
}