{ "name": "reverse-shell", "version": "1.1.2", "description": "Reverse Shell as a Service - https://shell.now.sh", "main": "src/index.js", "files": [ "src" ], "scripts": { "start": "micro", "test": "xo && nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls", "deploy": "now --public --env NODE_ENV=production && now alias" }, "now": { "alias": [ "shell", "reverseshell", "xn--io8h" ] }, "xo": { "extends": "xo-lukechilds" }, "repository": { "type": "git", "url": "git+https://github.com/lukechilds/reverse-shell.git" }, "keywords": [ "reverse", "shell", "pentest" ], "author": "Luke Childs (http://lukechilds.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/lukechilds/reverse-shell/issues" }, "homepage": "https://github.com/lukechilds/reverse-shell", "dependencies": { "micro": "^9.0.0" }, "devDependencies": { "ava": "^1.3.1", "coveralls": "^3.0.0", "eslint-config-xo-lukechilds": "^1.0.0", "nyc": "^11.0.3", "this": "^1.0.2", "xo": "^0.20.1" } }