forked from Leonidas-from-XIV/node-xml2js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 903 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
41
42
43
44
{
"name": "xml2js-fork-stringify",
"description": "Fork of xml2js with stringify builder option",
"keywords": [
"xml",
"json"
],
"version": "0.4.23",
"author": "",
"main": "./lib/xml2js",
"files": [
"lib"
],
"directories": {
"lib": "./lib"
},
"scripts": {
"build": "cake build",
"test": "zap",
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"doc": "cake doc"
},
"repository": {
"type": "git",
"url": "https://github.com/gdman/node-xml2js"
},
"dependencies": {
"sax": ">=0.6.0",
"xmlbuilder": "~11.0.0"
},
"devDependencies": {
"coffee-script": ">=1.10.0",
"coveralls": "^3.0.1",
"diff": ">=1.0.8",
"docco": ">=0.6.2",
"nyc": ">=2.2.1",
"zap": ">=0.2.9"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT"
}