We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08985b6 commit c1eba8aCopy full SHA for c1eba8a
package.json
@@ -2,8 +2,13 @@
2
"name": "doxdox",
3
"description": "JSDoc to Bootstrap and Markdown documentation generator.",
4
"version": "1.1.1",
5
- "bin": "./bin/doxdox",
+ "bin": {
6
+ "doxdox": "./bin/doxdox"
7
+ },
8
"preferGlobal": true,
9
+ "engines": {
10
+ "node": ">=4.0"
11
12
"license": "MIT",
13
"dependencies": {
14
"chalk": "1.1.3",
0 commit comments