This commit is contained in:
Max Ogden 2015-03-22 19:53:30 -07:00
parent cf7fe77eb6
commit ace7354392
1 changed files with 1 additions and 5 deletions

View File

@ -1,14 +1,11 @@
{
"name": "atom-shell-app",
"version": "1.0.0",
"description": "package your atom-shell app in OS executables (.app, .exe, etc) via JS or CLI",
"description": "package and distribute your atom-shell app in OS executables (.app, .exe, etc) via JS or CLI",
"main": "index.js",
"bin": {
"atom-shell-packager": "cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/atom-shell-app.git"
@ -20,7 +17,6 @@
},
"homepage": "https://github.com/maxogden/atom-shell-app",
"dependencies": {
"cpr": "^0.4.0",
"extract-zip": "^1.0.3",
"minimist": "^1.1.1",
"mkdirp": "^0.5.0",