UNPKG

gulp-jsdoc

Version:
65 lines (64 loc) 1.66 kB
{ "name": "gulp-jsdoc", "version": "0.1.5", "description": "A jsdoc plugin for Gulp", "keywords": [ "gulpplugin", "jsdoc", "documentation", "javascript", "gulp" ], "homepage": "https://github.com/jsBoot/gulp-jsdoc", "bugs": { "url": "https://github.com/jsBoot/gulp-jsdoc/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-jsdoc.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": "^1.0.0", "gulp-util": "~2.2.14", "chalk": "~0.4.0", "text-table": "~0.2.0", "vinyl-fs": "~0.3.0", "jsdoc": "3.3.0-alpha5", "taffydb": "~2.7.2", "ink-docstrap": "~0.4.5", "wrench": "~1.5.6", "marked": "~0.3.1" }, "devDependencies": { "mocha": "^1.17.1", "coveralls": "^2.7.1", "mocha-lcov-reporter": "~0.0.1", "istanbul": "^0.2.4", "event-stream": "~3.1.0", "should": "^3.1.4", "jshint": "^2.4.4", "gulp": "^3.5.6", "gulp-template": "~0.1.1", "gulp-jshint": "^1.3.4", "gulp-eslint": "~0.1.2", "jshint-stylish": "^0.1.5" }, "engines": { "node": ">=0.10.0", "npm": ">=1.0.0" }, "private": false }