beef-npm
Version:
Node.js package to install and interact with BeEF (Browser Exploitation Framework)
16 lines (15 loc) • 395 B
JSON
{
"name": "BeEF",
"version": "0.5.4.0",
"description": "The Browser Exploitation Framework Project",
"scripts": {
"docs": "./node_modules/.bin/jsdoc -c conf.json"
},
"author": "Wade Alcorn",
"license": "GNU General Public License v2.0",
"devDependencies": {
"jsdoc": "^4.0.0",
"jsdoc-to-markdown": "^9.0.2"
},
"dependencies": {}
}