1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-27 07:45:03 +02:00
Nativefier/package.json
2015-03-22 19:51:19 -07:00

33 lines
806 B
JSON

{
"name": "atom-shell-app",
"version": "1.0.0",
"description": "package 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"
},
"author": "max ogden",
"license": "BSD",
"bugs": {
"url": "https://github.com/maxogden/atom-shell-app/issues"
},
"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",
"ncp": "^2.0.0",
"nugget": "^1.4.1",
"plist": "^1.1.0",
"rimraf": "^2.3.2"
}
}