forked from LinusU/node-appdmg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 844 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
{
"name": "appdmg",
"version": "0.4.6",
"license": "MIT",
"author": "Linus Unnebäck <[email protected]>",
"bin": "bin/appdmg.js",
"main": "index.js",
"dependencies": {
"async": "^1.4.2",
"cp-file": "^3.1.0",
"ds-store": "^0.1.5",
"execa": "^0.4.0",
"fs-temp": "^1.0.0",
"fs-xattr": "^0.1.14",
"image-size": "^0.5.0",
"is-my-json-valid": "^2.13.1",
"minimist": "^1.1.3",
"parse-color": "^1.0.0",
"repeat-string": "^1.5.4"
},
"engines": {
"node": ">=0.12"
},
"os": [
"darwin"
],
"repository": {
"type": "git",
"url": "http://github.com/LinusU/node-appdmg.git"
},
"scripts": {
"test": "standard && mocha -b"
},
"devDependencies": {
"capture-window": "^0.1.3",
"looks-same": "^2.1.0",
"mocha": "^2.2.5",
"standard": "^7.0.1"
}
}