{ "name": "atom-shell", "version": "1.0.1", "description": "Install atom-shell prebuilts using npm", "repository": { "type": "git", "url": "https://github.com/mafintosh/atom-shell" }, "scripts": { "install": "./install.js" }, "bin": { "atom-shell": "./darwin.sh" }, "main": "install.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" }