UNPKG

715 BJSONView Raw
1{
2 "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
3 "name": "doctoc",
4 "description": "Generates TOC for markdown files of local git repo.",
5 "version": "0.5.3",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/thlorenz/doctoc.git"
9 },
10 "scripts": {
11 "test": "set -e; for t in test/*.js; do node $t; done"
12 },
13 "main": "doctoc.js",
14 "bin": "doctoc.js",
15 "engines": {
16 "node": ">=0.4"
17 },
18 "dependencies": {
19 "underscore": ">=1.3.3",
20 "anchor-markdown-header": "~0.3.0",
21 "update-section": "^0.3.0"
22 },
23 "devDependencies": {
24 "tap": "^0.4.8"
25 },
26 "license": "MIT",
27 "keywords": [
28 "github",
29 "markdown",
30 "documentation",
31 "parser"
32 ]
33}