Nativefier/package.json

29 lines
722 B
JSON
Raw Normal View History

2015-03-23 03:51:19 +01:00
{
"name": "atom-shell-app",
"version": "1.0.0",
2015-03-23 03:53:30 +01:00
"description": "package and distribute your atom-shell app in OS executables (.app, .exe, etc) via JS or CLI",
2015-03-23 03:51:19 +01:00
"main": "index.js",
"bin": {
"atom-shell-packager": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/atom-shell-app.git"
},
"author": "max ogden",
"license": "BSD",
"bugs": {
"url": "https://github.com/maxogden/atom-shell-app/issues"
},
"homepage": "https://github.com/maxogden/atom-shell-app",
"dependencies": {
"extract-zip": "^1.0.3",
"minimist": "^1.1.1",
"mkdirp": "^0.5.0",
"ncp": "^2.0.0",
"nugget": "^1.4.1",
"plist": "^1.1.0",
"rimraf": "^2.3.2"
}
}