-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 890 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "docblox2md",
"version": "0.7.3",
"description": "Generate Markdown from doc-comments",
"main": "docblox2md.js",
"bin": {
"docblox2md": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vphantom/docblox2md.git"
},
"author": "Stéphane Lavergne <[email protected]> (https://github.com/vphantom)",
"license": "MIT",
"files": [
"LICENSE.txt",
"README.md",
"cli.js",
"docblox2md.js"
],
"bugs": {
"url": "https://github.com/vphantom/docblox2md/issues"
},
"homepage": "https://github.com/vphantom/docblox2md#readme",
"devDependencies": {
"coveralls": "^2.11.16",
"eslint": "^3.16.1",
"faucet": "0.0.1",
"istanbul": "^0.4.5",
"tape": "^4.6.3"
},
"dependencies": {
"posix-getopt": "^1.2.0"
}
}