UNPKG

esdoc-brand-plugin

Version:
37 lines (36 loc) 736 B
{ "name": "esdoc-brand-plugin", "version": "1.0.1", "description": "A brand plugin for ESDoc", "author": "h13i32maru", "homepage": "https://github.com/esdoc/esdoc-plugins", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/esdoc/esdoc-plugins" }, "dependencies": { "cheerio": "0.22.0" }, "devDependencies": { "esdoc": "latest", "mocha": "2.5.3" }, "engines": { "node": ">= 6.0.0" }, "scripts": { "test": "rm -rf ./test/out && mocha --require ./test/init.js $(find test/ -regex '.*.test.js$') -R spec" }, "keywords": [ "esdoc", "brand", "title", "plugin" ], "files": [ "src", "README.md" ], "main": "src/Plugin.js" }