electron/npm/package.json
2015-02-05 18:45:24 -08:00

30 lines
661 B
JSON

{
"name": "atom-shell",
"version": "0.21.1",
"description": "Install atom-shell prebuilts using npm",
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/atom-shell"
},
"scripts": {
"install": "node install.js",
"test": "tape test/*.js"
},
"bin": {
"atom-shell": "run.bat"
},
"main": "index.js",
"dependencies": {
"extract-zip": "^1.0.3",
"nugget": "^1.2.0"
},
"devDependencies": {
"tape": "^3.0.1"
},
"author": "Mathias Buus",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/atom-shell/issues"
},
"homepage": "https://github.com/mafintosh/atom-shell"
}