-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 758 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 758 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
{
"name": "node-xml2js-olympics",
"version": "0.2.5",
"description": "The Node.js XML Parser Olympics Benchmark",
"main": "index.js",
"dependencies": {
"bluebird": "^3.5.0",
"command-line-args": "^4.0.7",
"nkit4nodejs": "^2.5.1",
"present": "^1.0.0",
"rapidx2j": "^0.2.0",
"xml2js": "^0.4.17",
"xml2js-expat": "^0.3.0",
"xml2json": "^0.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Redsandro/node-xml2js-olympics.git"
},
"author": "Sander Steenhuis <info@redsandro.com> (http://www.Redsandro.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Redsandro/node-xml2js-olympics/issues"
},
"homepage": "https://github.com/Redsandro/node-xml2js-olympics"
}