You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.1 KiB

7 years ago
{
"name": "reverse-shell",
7 years ago
"version": "1.0.0",
7 years ago
"description": "Reverse Shell as a Service",
"main": "src/index.js",
"scripts": {
7 years ago
"start": "micro",
7 years ago
"test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"deploy": "now --public --env NODE_ENV=production && now alias"
},
"now": {
"alias": [
"shell",
"reverseshell"
]
7 years ago
},
"xo": {
"extends": "xo-lukechilds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/reverse-shell.git"
},
"keywords": [
"reverse",
"shell",
"pentest"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/reverse-shell/issues"
},
"homepage": "https://github.com/lukechilds/reverse-shell",
7 years ago
"dependencies": {
"micro": "^9.0.0"
},
7 years ago
"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"
}
}