2017-03-27 14:09:27 +00:00
|
|
|
{
|
2017-10-23 12:33:07 +00:00
|
|
|
"name": "create-dmg",
|
2019-12-06 09:32:13 +00:00
|
|
|
"version": "4.2.0",
|
2017-10-23 12:33:07 +00:00
|
|
|
"description": "Create a good-looking DMG for your macOS app in seconds",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/create-dmg",
|
2019-12-06 09:30:30 +00:00
|
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
2017-10-23 12:33:07 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"create-dmg": "cli.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
2018-04-29 12:07:51 +00:00
|
|
|
"node": ">=8"
|
2017-10-23 12:33:07 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "xo && ava"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"cli.js",
|
2019-05-12 16:44:54 +00:00
|
|
|
"compose-icon.js",
|
2019-05-12 16:40:16 +00:00
|
|
|
"assets",
|
|
|
|
"disk-icon.icns",
|
|
|
|
"seticon"
|
2017-10-23 12:33:07 +00:00
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"cli-app",
|
|
|
|
"cli",
|
|
|
|
"create",
|
|
|
|
"dmg",
|
|
|
|
"disk",
|
|
|
|
"image",
|
|
|
|
"macos",
|
|
|
|
"mac",
|
|
|
|
"app",
|
|
|
|
"application",
|
|
|
|
"apple"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2019-05-28 09:23:19 +00:00
|
|
|
"appdmg": "^0.6.0",
|
2018-10-17 07:59:58 +00:00
|
|
|
"execa": "^1.0.0",
|
2019-05-12 16:40:16 +00:00
|
|
|
"gm": "^1.23.1",
|
|
|
|
"icns-lib": "^1.0.1",
|
2018-04-29 12:07:51 +00:00
|
|
|
"meow": "^5.0.0",
|
2019-12-06 09:30:30 +00:00
|
|
|
"ora": "^4.0.3",
|
2019-05-12 16:40:16 +00:00
|
|
|
"plist": "^3.0.1",
|
2019-05-12 16:44:54 +00:00
|
|
|
"tempy": "^0.3.0"
|
2017-10-23 12:33:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-06 09:30:30 +00:00
|
|
|
"ava": "^2.4.0",
|
|
|
|
"xo": "^0.25.3"
|
2017-10-23 12:33:07 +00:00
|
|
|
}
|
2017-03-27 14:09:27 +00:00
|
|
|
}
|