UNPKG

docdash-with-search

Version:

A clean, responsive documentation template theme for JSDoc 3 with search based on docdash.

29 lines (28 loc) 807 B
{ "name": "docdash-with-search", "version": "0.1.4", "description": "A clean, responsive documentation template theme for JSDoc 3 with search based on docdash.", "main": "publish.js", "scripts": { "test": "jsdoc -c fixtures/fixtures.conf.json", "sync": "browser-sync start -s ../fixtures-doc -f ../fixtures-doc --reload-delay 1000 --no-ui --no-notify", "watch": "watch-run -d 1000 -p tmpl/**,static/** \"npm run test\"" }, "repository": { "type": "git", "url": "https://github.com/HalZhan/docdash-with-search" }, "devDependencies": { "browser-sync": "latest", "jsdoc": "latest", "watch-run": "latest" }, "author": "Hal Zhan <halzhan163@163.com>", "license": "Apache-2.0", "keywords": [ "jsdoc", "docdash", "template", "search" ] }