Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.5/CHANGES.md) - [Commits](https://github.com/jsdoc/jsdoc/compare/4.0.4...4.0.5) --- updated-dependencies: - dependency-name: jsdoc dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
395 B
JSON
16 lines
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.5",
|
|
"jsdoc-to-markdown": "^9.1.3"
|
|
},
|
|
"dependencies": {}
|
|
}
|