UNPKG

docdash-orange

Version:

A simple jsdoc theme with a super modern look. Mobile friendly. Dark mode support

36 lines (35 loc) 879 B
{ "name": "docdash-orange", "version": "1.2.1", "description": "A simple jsdoc theme with a super modern look. Mobile friendly. Dark mode support", "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://git.y.gy/firstdorsal/docdash-orange" }, "devDependencies": { "browser-sync": "latest", "jsdoc": "latest", "watch-run": "latest" }, "author": "Paul Colin Hennig", "license": "Apache-2.0", "keywords": [ "jsdoc", "template", "docdash", "orange", "firstdorsal", "documentation" ], "files": [ "publish.js", "static", "tmpl" ] }