mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
24 lines
545 B
JSON
24 lines
545 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"eslint": "2.10.2",
|
|
"eslint-config-gitbook": "^1.2.0",
|
|
"expect": "^1.20.1",
|
|
"lerna": "2.0.0-beta.26",
|
|
"mocha": "^2.4.5"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint ."
|
|
},
|
|
"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"
|
|
}
|