forked from fanruan/fineui
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.
26 lines
658 B
26 lines
658 B
{ |
|
"name": "fineuidocs", |
|
"version": "1.0.0", |
|
"description": "FineUI的交互、前端以及视觉文档规范", |
|
"main": "index.js", |
|
"scripts": { |
|
"init": "gitbook init", |
|
"serve": "gitbook serve", |
|
"build": "gitbook build" |
|
}, |
|
"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-jsfiddle": "^1.0.0", |
|
"gitbook-plugin-splitter": "0.0.8" |
|
} |
|
}
|
|
|