mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
27 lines
705 B
JSON
27 lines
705 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"eslint": "3.12.2",
|
|
"eslint-config-gitbook": "1.5.0",
|
|
"lerna": "2.0.0-beta.31"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "lerna run --concurrency 1 test",
|
|
"bootstrap": "lerna bootstrap",
|
|
"clean": "lerna clean",
|
|
"dist": "lerna run --concurrency 1 prepublish",
|
|
"publish-version": "./scripts/publish.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/GitbookIO/gitbook.git"
|
|
},
|
|
"author": "GitBook Inc. <contact@gitbook.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/GitbookIO/gitbook/issues"
|
|
},
|
|
"homepage": "https://github.com/GitbookIO/gitbook#readme"
|
|
}
|