mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
7029c01806
* Start new parsers in gitbook itself
* Update markup-it
* Fix eslint errors
* Adapt basic parsing for summary
* Start tests for summaryFromDocument
* Continue
* Add parsing of glossary
* Add back languages parsing
* Adapt most tests for parsing
* Adapt all tests 🙌
* Adapt travis tests
* Bootstrap lerna before running tests
* Fix lowercase in require (linux)
* Fix command gitbook init
* Fix generation of ready by init command
* Fix generation of summary
* Fix watch after serve
* Add trademark to sidebar
* Add back favicon to default theme
* Open trademark in new tab
27 lines
707 B
JSON
27 lines
707 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": "npm run bump && lerna bootstrap",
|
|
"bump": "./scripts/bump.js",
|
|
"clean": "lerna clean",
|
|
"dist": "lerna run --concurrency 1 prepublish"
|
|
},
|
|
"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"
|
|
}
|