UNPKG

yuidoc-asp

Version:

YUIDoc, YUI's JavaScript Documentation engine tweaked to work with VB/VBScript comments.

146 lines (145 loc) 3.2 kB
{ "name": "yuidoc-asp", "version": "0.0.7", "description": "YUIDoc, YUI's JavaScript Documentation engine tweaked to work with VB/VBScript comments.", "author": "Mike Borman <mikewborman@gmail.com>", "homepage": "https://mborman.github.io/yuidoc-asp/", "bugs": { "url": "https://github.com/mborman/yuidoc-asp/issues" }, "contributors": [ { "name": "Dav Glass", "email": "davglass@gmail.com" }, { "name": "Adam Moore", "email": "amoore@gmail.com" }, { "name": "Ryan Grove", "email": "ryan@wonko.com" }, { "name": "Eric Ferraiuolo", "email": "eferraiuolo@gmail.com" }, { "name": "Felipe Gasper", "email": "felipe@cpanel.net" }, { "name": "Evan Goer", "email": "evan@goer.org" }, { "name": "Alberto Gragera", "email": "albgra@gmail.com" }, { "name": "Pat Cavit", "email": "pcavit@gmail.com" }, { "name": "Kazuhito Hokamura", "email": "k.hokamura@gmail.com" }, { "name": "prodaea", "email": "rlee@etherealnation.net" }, { "name": "Wei Wang", "email": "weiwang85@gmail.com" }, { "name": "Thomas Boyt", "email": "me@thomasboyt.com" } ], "engines": { "node": ">=0.10.0" }, "keywords": [ "yui", "jsdoc", "coffeescript", "api", "documentation", "javadoc", "docs", "apidocs", "asp", "vbscript", "vb" ], "main": "./lib/index", "bin": { "yuidoc-asp": "./lib/cli.js" }, "dependencies": { "express": "^4.12.3", "graceful-fs": "2.x", "markdown-it": "^4.1.0", "minimatch": "^2.0.1", "rimraf": "2.x", "yui": "^3.18.1" }, "devDependencies": { "istanbul": "^0.3.5", "jshint": "^2.6.0", "selleck": "^0.1.18", "ytestrunner": "^0.3.3", "yuitest": "^0.7.9" }, "scripts": { "pretest": "jshint ./lib/*.js ./tests/*.js", "test": "istanbul cover --print=both --yui ytestrunner -- --include ./tests/options.js --include ./tests/builder.js --include ./tests/parser.js --include ./tests/parser_coffee.js --include ./tests/files.js --include ./tests/utils.js --include ./tests/preprocessor.js" }, "preferGlobal": "true", "licenses": [ { "type": "BSD", "url": "https://github.com/yui/yuidoc/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "https://github.com/mborman/yuidoc-asp.git" }, "jshintConfig": { "bitwise": true, "browser": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": "nofunc", "laxbreak": true, "maxerr": 500, "maxlen": 150, "newcap": true, "noarg": true, "node": true, "noempty": true, "onevar": true, "trailing": true, "undef": true, "unused": "vars", "yui": true }, "yuidoc": { "name": "YUIDoc", "options": { "external": { "data": "http://yuilibrary.com/yui/docs/api/data.json" }, "linkNatives": "true", "attributesEmit": "true", "paths": [ "./lib" ], "outdir": "./output/api" } } }