nativefier/package.json

31 lines
757 B
JSON

{
"name": "atom-shell-packager",
"version": "2.0.0",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/atom-shell-packager.git"
},
"author": "max ogden",
"license": "BSD",
"bugs": {
"url": "https://github.com/maxogden/atom-shell-packager/issues"
},
"homepage": "https://github.com/maxogden/atom-shell-packager",
"dependencies": {
"minimist": "^1.1.1",
"mkdirp": "^0.5.0",
"ncp": "^2.0.0",
"plist": "^1.1.0",
"rimraf": "^2.3.2"
},
"devDependencies": {},
"scripts": {
"test": "standard"
}
}