electron/npm/package.json
Mathias Buus 8f5714396a 1.1.6
2014-11-15 10:14:52 +01:00

30 lines
660 B
JSON

{
"name": "atom-shell",
"version": "1.1.6",
"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"
}