mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-10-31 21:33:00 +00:00
35 lines
720 B
JSON
35 lines
720 B
JSON
{
|
|
"name": "pepperminty-wiki",
|
|
"version": "0.23.0",
|
|
"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": {
|
|
"apidoc": "^0.17.7",
|
|
"nightdocs": "^1.0.9"
|
|
},
|
|
"docpress": {
|
|
"github": "sbrl/Pepperminty-Wiki",
|
|
"markdown": {
|
|
"xhtmlOut": true
|
|
},
|
|
"css": [
|
|
"docs/theme.css"
|
|
]
|
|
}
|
|
}
|