mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2025-12-08 20:26:23 +00:00
25 lines
602 B
JSON
25 lines
602 B
JSON
{
|
|
"name": "minami",
|
|
"version": "1.2.3",
|
|
"description": "Clean and minimal JSDoc 3 Template / Theme",
|
|
"main": "publish.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Nijikokun/minami.git"
|
|
},
|
|
"author": "Nijiko Yonskai <nijikokun@gmail.com>",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/Nijikokun/minami/issues"
|
|
},
|
|
"homepage": "https://github.com/Nijikokun/minami"
|
|
}
|