2017-03-27 14:09:27 +00:00
|
|
|
{
|
2017-10-23 12:33:07 +00:00
|
|
|
"name": "create-dmg",
|
2018-05-01 14:39:01 +00:00
|
|
|
"version": "3.1.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",
|
|
|
|
"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",
|
|
|
|
"assets"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"cli-app",
|
|
|
|
"cli",
|
|
|
|
"create",
|
|
|
|
"dmg",
|
|
|
|
"disk",
|
|
|
|
"image",
|
|
|
|
"macos",
|
|
|
|
"mac",
|
|
|
|
"app",
|
|
|
|
"application",
|
|
|
|
"apple"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2018-04-29 12:07:51 +00:00
|
|
|
"appdmg": "^0.5.2",
|
2018-10-17 07:59:58 +00:00
|
|
|
"execa": "^1.0.0",
|
2018-04-29 12:07:51 +00:00
|
|
|
"meow": "^5.0.0",
|
2018-10-17 07:59:58 +00:00
|
|
|
"ora": "^3.0.0",
|
2018-04-29 12:07:51 +00:00
|
|
|
"plist": "^3.0.1"
|
2017-10-23 12:33:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-10-17 07:59:58 +00:00
|
|
|
"ava": "^0.25.0",
|
2018-04-29 12:07:51 +00:00
|
|
|
"tempy": "^0.2.1",
|
2018-10-17 07:59:58 +00:00
|
|
|
"xo": "^0.23.0"
|
2017-10-23 12:33:07 +00:00
|
|
|
}
|
2017-03-27 14:09:27 +00:00
|
|
|
}
|