gulp-mdox
Version:
Convert and insert Markdown from JavaScript sources
41 lines (40 loc) • 845 B
JSON
{
"name": "gulp-mdox",
"version": "0.0.2",
"description": "Convert and insert Markdown from JavaScript sources",
"main": "mdox.js",
"scripts": {
"test": "./node_modules/.bin/gulp check"
},
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/gulp-mdox"
},
"keywords": [
"gulp",
"markdown",
"documentation",
"api"
],
"author": {
"name": "Ryan Roemer",
"email": "ryan.roemer@formidablelabs.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/FormidableLabs/gulp-mdox/issues"
},
"dependencies": {
"lodash": "2.4.1",
"event-stream": "3.1.4",
"dox": "0.4.4",
"gulp-util": "2.2.14",
"ejs": "1.0.0"
},
"devDependencies": {
"gulp-jshint": "1.5.5",
"gulp": "3.6.2",
"chai": "1.9.1",
"gulp-mocha": "0.4.1"
}
}