-
Notifications
You must be signed in to change notification settings - Fork 200
/
package.json
34 lines (34 loc) · 883 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "docdash",
"version": "2.0.2",
"description": "A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami",
"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/clenemt/docdash.git"
},
"devDependencies": {
"browser-sync": "latest",
"jsdoc": "latest",
"watch-run": "latest"
},
"author": "Clement Moron <[email protected]>",
"license": "Apache-2.0",
"keywords": [
"jsdoc",
"template"
],
"files": [
"publish.js",
"static",
"tmpl"
],
"dependencies": {
"@jsdoc/salty": "^0.2.1"
}
}