-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 983 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
{
"name": "xtreamer",
"version": "1.1.2",
"description": "A NodeJS package to read XML files using NodeJS streams.",
"main": "lib/index.js",
"scripts": {
"start": "node ./demo/demo.js",
"test": "node ./node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manojc/xtreamer.git"
},
"keywords": [
"xml",
"streams",
"reader"
],
"engines": {
"node": ">=6.0.0",
"npm": ">=3.8.6"
},
"author": "Manoj Chalode <chalodem@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/manojc/xtreamer/issues"
},
"homepage": "https://github.com/manojc/xtreamer#readme",
"dependencies": {
"stream": "0.0.2"
},
"devDependencies": {
"chai": "^4.1.2",
"fs": "0.0.1-security",
"mocha": "^5.2.0",
"request": "^2.88.0",
"xml-js": "^1.6.8"
}
}