Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 7.1.1 to 8.0.0. - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases) - [Commits](https://github.com/jsdoc2md/jsdoc-to-markdown/compare/v7.1.1...v8.0.0) --- updated-dependencies: - dependency-name: jsdoc-to-markdown dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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.0",
|
|
"jsdoc-to-markdown": "^8.0.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|