gulp-doctoc
Version:
Add a table of contents to a markdown file.
32 lines (31 loc) • 658 B
JSON
{
"name": "gulp-doctoc",
"version": "0.1.4",
"description": "Add a table of contents to a markdown file.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/will-ob/gulp-doctoc"
},
"keywords": [
"gulpplugin"
],
"author": "Will O'Brien <will.obrien@dibit.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/will-ob/gulp-doctoc/issues"
},
"dependencies": {
"doctoc": "^1.0.0",
"gulp-util": "~2.2.14",
"through2": "~0.4.1"
},
"devDependencies": {
"mocha": "~1.18.2",
"assert": "~1.1.1",
"gulp-util": "~2.2.14"
}
}