-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 773 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 773 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
25
26
27
28
29
30
31
32
33
34
{
"name": "largexml2json",
"version": "1.0.5",
"description": "convert large xml to json",
"main": "index.js",
"scripts": {
"test": "./test/sanity.sh",
"patch-release": "npm version patch && npm publish && git push --follow-tags"
},
"bin": {
"largexml2json": "bin/command.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sameer17cs/largexml2json.git"
},
"keywords": [
"large",
"xml",
"json",
"convert",
"streaming"
],
"author": "sameer17cs",
"license": "ISC",
"bugs": {
"url": "https://github.com/sameer17cs/largexml2json/issues"
},
"homepage": "https://github.com/sameer17cs/largexml2json#readme",
"dependencies": {
"flags": "^0.1.3",
"xml-stream": "^0.4.5"
}
}