forked from q2s2t/node-7z
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 KB
/
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
{
"name": "node-7z-esf",
"version": "0.4.1",
"description": "A Node.js wrapper for 7-Zip, originally developed by https://github.com/quentinrossetti and forked for the purpose of setting path to 7zip executable.",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha --dir .tmp/coverage",
"coveralls": "npm install coveralls && cat .tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bondden/node-7z-esf.git/node-7zip.git"
},
"keywords": [
"esf",
"node",
"7zip",
"wrapper"
],
"author": "Quentin Rossetti <[email protected]>",
"contributors": [
"HelloGravity",
"bondden"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/bondden/node-7z-esf/issues"
},
"homepage": "https://github.com/bondden/node-7z-esf.git",
"dependencies": {
"when": "^3.4.4",
"win-spawn": "^2.0.0"
},
"devDependencies": {
"chai": "^1.9.1",
"fs-extra": "^0.11.0",
"istanbul": "^0.3.0",
"mocha": "^1.21.4"
}
}