UNPKG

firedoc

Version:

[![Circle CI](https://circleci.com/gh/cocos-creator/firedoc/tree/master.svg?style=shield)](https://circleci.com/gh/cocos-creator/firedoc/tree/master)

154 lines (153 loc) 2.98 kB
{ "name": "firedoc", "version": "1.13.18", "author": "Yorkie <yorkiefixer@gmail.com>", "bugs": { "url": "http://github.com/fireball-x/firedoc/issues" }, "contributors": [ { "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" }, { "name": "Yorkie Liu", "email": "yorkiefixer@gmail.com" }, { "name": "Nan Wang", "email": "nantas@gmail.com" } ], "engines": { "node": ">=0.12.0" }, "keywords": [ "jsdoc", "api", "documentation", "javadoc", "docs", "apidocs" ], "main": "./lib/firedoc", "bin": { "firedoc": "./bin/firedoc.js" }, "dependencies": { "bluebird": "^2.9.30", "commander": "^2.8.1", "debug": "^2.2.0", "express": "^4.12.3", "fs-extra": "^0.20.1", "glob": "^5.0.10", "graceful-fs": "*", "handlebars": "4.0.5", "markdown-it": "^4.2.2", "minimatch": "^2.0.1", "mkdirp": "^0.5.1", "needle": "^0.9.2", "readdirp": "^1.3.0", "rimraf": "2.x", "rmdir": "^1.1.0", "semver": "^4.3.6", "serve": "^1.4.0", "underscore": "^1.8.3" }, "devDependencies": { "istanbul": "^0.3.16", "jshint": "^2.6.0", "mocha": "^2.2.5", "sinon": "^1.15.4" }, "scripts": { "docs": "make docs", "test": "make test.nocoverage" }, "preferGlobal": "true", "licenses": [ { "type": "BSD", "url": "https://github.com/fireball-x/firedoc/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "http://github.com/fireball-x/firedoc.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 }, "firedoc": { "linkNatives": true, "attributesEmit": true, "paths": [ "./lib" ], "dest": "./docs" }, "firedoc.test": { "paths": [ "./test/targets" ], "dest": "./out" } }