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