mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 06:10:20 +00:00
1.0.0
This commit is contained in:
parent
cf7fe77eb6
commit
ace7354392
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user