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