gulp-protagonist
Version:
Gulp plugin to create documentation with API Blueprint
30 lines (29 loc) • 710 B
JSON
{
"name": "gulp-protagonist",
"version": "0.1.1",
"description": "Gulp plugin to create documentation with API Blueprint",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jvanharn/gulp-protagonist"
},
"keywords": [
"gulp",
"snowcrash",
"protagonist",
"mson",
"api",
"blueprint"
],
"author": "Marco Godínez <markotom@gmail.com>",
"bugs": {
"url": "https://github.com/jvanharn/gulp-protagonist/issues"
},
"homepage": "https://github.com/jvanharn/gulp-protagonist",
"dependencies": {
"gulp-util": "^3.0.3",
"protagonist": "^1.2.1",
"through2": "^2.0.0"
}
}