forked from LinusU/node-appdmg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 790 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 790 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "appdmg",
"version": "0.6.6",
"license": "MIT",
"author": "Linus Unnebäck <linus@folkdatorn.se>",
"bin": "bin/appdmg.js",
"repository": "LinusU/node-appdmg",
"dependencies": {
"async": "^1.4.2",
"ds-store": "^0.1.5",
"execa": "^1.0.0",
"fs-temp": "^1.0.0",
"fs-xattr": "^0.3.0",
"image-size": "^0.7.4",
"is-my-json-valid": "^2.20.0",
"minimist": "^1.1.3",
"parse-color": "^1.0.0",
"path-exists": "^4.0.0",
"plist": "^3.1.0",
"repeat-string": "^1.5.4"
},
"engines": {
"node": ">=8.5"
},
"os": [
"darwin"
],
"scripts": {
"test": "standard && mocha -b"
},
"devDependencies": {
"capture-window": "^0.1.3",
"looks-same": "^7.2.1",
"mocha": "^6.1.4",
"standard": "^12.0.1"
}
}