Added packages for JSDoc

This commit is contained in:
Grant Burgess
2020-01-02 16:30:26 +10:00
parent 1bdafffe2c
commit 160f0c4b1c
3 changed files with 623 additions and 42 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "BeEF",
"version": "0.4.7.4-alpha-pre",
"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": "^3.6.3",
"jsdoc-to-markdown": "^5.0.3"
},
"dependencies": {}
}