UNPKG

468 BJSONView Raw
1{
2 "name": "hapitoc",
3 "version": "1.2.0",
4 "description": "Update standard hapi document files",
5 "bin": "./index.js",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/Marsup/hapitoc.git"
9 },
10 "keywords": [
11 "hapi",
12 "toc",
13 "documentation",
14 "release"
15 ],
16 "author": "Nicolas Morel",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/Marsup/hapitoc/issues"
20 },
21 "dependencies": {
22 "markdown-toc": "1.2.x"
23 }
24}