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",
|
||||
"version": "0.17.1",
|
||||
"description": "A wiki in a box",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sbrl/Pepperminty-Wiki.git"
|
||||
},
|
||||
"author": "Starbeamrainbowlabs",
|
||||
"license": "MPL-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sbrl/Pepperminty-Wiki/issues"
|
||||
},
|
||||
"homepage": "https://github.com/sbrl/Pepperminty-Wiki#readme",
|
||||
"devDependencies": {
|
||||
"docpress": "^0.7.4"
|
||||
}
|
||||
"name": "pepperminty-wiki",
|
||||
"version": "0.17.1",
|
||||
"description": "A wiki in a box",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sbrl/Pepperminty-Wiki.git"
|
||||
},
|
||||
"author": "Starbeamrainbowlabs",
|
||||
"license": "MPL-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sbrl/Pepperminty-Wiki/issues"
|
||||
},
|
||||
"homepage": "https://github.com/sbrl/Pepperminty-Wiki#readme",
|
||||
"devDependencies": {
|
||||
"docpress": "^0.7.4"
|
||||
},
|
||||
|
||||
"docpress": {
|
||||
"github": "sbrl/Pepperminty-Wiki",
|
||||
"markdown": {
|
||||
"xhtmlOut": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue