{ "name": "reverse-shell", "version": "0.0.0", "description": "Reverse Shell as a Service", "main": "src/index.js", "scripts": { "test": "xo && nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "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": {}, "devDependencies": { "ava": "^0.22.0", "coveralls": "^2.13.1", "eslint-config-xo-lukechilds": "^1.0.0", "nyc": "^11.0.3", "this": "^1.0.2", "xo": "^0.19.0" } }