gulp-yuidoc
Version:
A yuidoc plugin for Gulp
63 lines (62 loc) • 1.61 kB
JSON
{
"name": "gulp-yuidoc",
"version": "0.1.2",
"description": "A yuidoc plugin for Gulp",
"keywords": [
"gulpplugin",
"yuidoc",
"documentation",
"javascript",
"gulp"
],
"homepage": "https://github.com/jsBoot/gulp-yuidoc",
"bugs": {
"url": "https://github.com/jsBoot/gulp-yuidoc/issues",
"email": "dev@webitup.fr"
},
"license": "MIT",
"author": {
"name": "Mangled Deutz",
"email": "olivier@webitup.fr",
"url": "https://github.com/dmp42"
},
"contributors": [],
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/jsBoot/gulp-yuidoc.git"
},
"scripts": {
"test": "istanbul test _mocha --report html -- test/*.js --reporter spec",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"through2": "0.4.1",
"gulp-util": "~2.2.0",
"yuidocjs": "~0.3.47",
"chalk": "~0.4.0",
"text-table": "~0.2.0",
"vinyl-fs": "~0.1.2"
},
"devDependencies": {
"mocha": "1.17.1",
"coveralls": "~2.7.0",
"mocha-lcov-reporter": "~0.0.1",
"istanbul": "0.2.4",
"event-stream": "~3.1.0",
"should": "~3.1.2",
"eslint": "~0.3.0",
"jshint": "~2.4.3",
"gulp": "~3.5.1",
"gulp-template": "~0.1.1",
"gulp-jshint": "~1.3.4",
"gulp-eslint": "~0.1.2",
"jshint-stylish": "~0.1.5",
"eslint-stylish": "~0.2.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.0.0"
},
"private": false
}