mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
Start configuring docpress to our liking
This commit is contained in:
parent
b2aab2a8a9
commit
2b5cd48e12
1 changed files with 30 additions and 23 deletions
53
package.json
53
package.json
|
@ -1,25 +1,32 @@
|
||||||
{
|
{
|
||||||
"name": "pepperminty-wiki",
|
"name": "pepperminty-wiki",
|
||||||
"version": "0.17.1",
|
"version": "0.17.1",
|
||||||
"description": "A wiki in a box",
|
"description": "A wiki in a box",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"doc": "docs"
|
"doc": "docs"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/sbrl/Pepperminty-Wiki.git"
|
"url": "git+https://github.com/sbrl/Pepperminty-Wiki.git"
|
||||||
},
|
},
|
||||||
"author": "Starbeamrainbowlabs",
|
"author": "Starbeamrainbowlabs",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/sbrl/Pepperminty-Wiki/issues"
|
"url": "https://github.com/sbrl/Pepperminty-Wiki/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/sbrl/Pepperminty-Wiki#readme",
|
"homepage": "https://github.com/sbrl/Pepperminty-Wiki#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"docpress": "^0.7.4"
|
"docpress": "^0.7.4"
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"docpress": {
|
||||||
|
"github": "sbrl/Pepperminty-Wiki",
|
||||||
|
"markdown": {
|
||||||
|
"xhtmlOut": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue