UNPKG

doxygen

Version:
48 lines (47 loc) 1.16 kB
{ "author": "EruantalonJS", "bin": { "doxygen": "./bin/nodeDoxygen.js" }, "bugs": { "url": "https://github.com/EruantalonJS/node-doxygen/issues" }, "engines": { "node": ">=4.0.0" }, "dependencies": { "decompress": "^4.2.1", "dmg": "~0.1.0", "extend": "~3.0.0", "fs-extra": "~2.1.2", "ftp": "~0.3.0", "promise": "~7.1.1", "stream-to-array": "~2.3.0" }, "description": "node module for doxygen documentation", "devDependencies": { "eslint": "^7.18.0", "nyc": "^15.1.0", "jasmine": "~2.6.0", "rimraf": "^2.7.1" }, "keywords": [ "doxygen", "documentation", "automation", "wrapper" ], "license": "MIT", "main": "./lib/nodeDoxygen.js", "name": "doxygen", "repository": { "type": "git", "url": "https://github.com/EruantalonJS/node-doxygen.git" }, "scripts": { "lint": "eslint ./ --ignore-path .gitignore", "test": "jasmine", "coverage": "nyc --reporter=lcov node_modules/jasmine/bin/jasmine.js spec/spec.js && nyc merge .nyc_output coverage/coverage.json" }, "version": "0.4.0" }