-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.07 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
42
43
44
45
46
47
48
49
{
"name": "pack-dir",
"version": "0.7.2",
"description": "Pack/unpack specified directory with native current OS command line tools.",
"keywords": [
"pack",
"extract",
"directory",
"utility",
"dmg",
"zip",
"unzip",
"archive",
"7z",
"7zip",
"Annexare"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/annexare/PackDir.git"
},
"scripts": {
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"jest-cli": "^13.2.3"
},
"author": {
"name": "Dmytro",
"email": "[email protected]",
"url": "https://github.com/z-ax"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/annexare/PackDir/issues"
},
"engines": {
"node": ">=4.0.0"
},
"jest": {
"collectCoverage": true,
"collectCoverageOnlyFrom": {
"index.js": true
},
"testRegex": "(/tests/.*|\\.(test|spec))\\.js$"
}
}