You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
754 B
30 lines
754 B
7 years ago
|
{
|
||
|
"name": "fineuidocs",
|
||
|
"version": "1.0.0",
|
||
|
"description": "FineUI文档",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"init": "gitbook init",
|
||
|
"serve": "gitbook serve",
|
||
|
"build": "gitbook build",
|
||
|
"gh": "gitbook build && node gh"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://gittz@github.com/gittz/FineUIdocs.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/gittz/FineUIdocs/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/gittz/FineUIdocs#readme",
|
||
|
"devDependencies": {
|
||
|
"gitbook-cli": "^2.3.2",
|
||
|
"gitbook-plugin-expandable-chapters": "^0.2.0",
|
||
|
"gitbook-plugin-jsfiddle": "^1.0.0",
|
||
|
"gitbook-plugin-splitter": "0.0.8",
|
||
|
"gitbook-plugin-theme-api": "^1.1.2"
|
||
|
}
|
||
|
}
|