2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-13 01:22:20 +00:00
This commit is contained in:
Max Ogden 2015-03-22 19:53:30 -07:00
parent cf7fe77eb6
commit ace7354392

View File

@ -1,14 +1,11 @@
{ {
"name": "atom-shell-app", "name": "atom-shell-app",
"version": "1.0.0", "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", "main": "index.js",
"bin": { "bin": {
"atom-shell-packager": "cli.js" "atom-shell-packager": "cli.js"
}, },
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/maxogden/atom-shell-app.git" "url": "https://github.com/maxogden/atom-shell-app.git"
@ -20,7 +17,6 @@
}, },
"homepage": "https://github.com/maxogden/atom-shell-app", "homepage": "https://github.com/maxogden/atom-shell-app",
"dependencies": { "dependencies": {
"cpr": "^0.4.0",
"extract-zip": "^1.0.3", "extract-zip": "^1.0.3",
"minimist": "^1.1.1", "minimist": "^1.1.1",
"mkdirp": "^0.5.0", "mkdirp": "^0.5.0",