Files
gitbook/package.json
T
2016-10-03 14:56:55 +02:00

28 lines
675 B
JSON

{
"private": true,
"devDependencies": {
"eslint": "3.4.0",
"eslint-config-gitbook": "1.3.1",
"expect": "^1.20.1",
"lerna": "2.0.0-beta.29",
"mocha": "^2.4.5"
},
"scripts": {
"lint": "eslint .",
"test": "",
"bootstrap": "lerna bootstrap",
"dist": "lerna run --concurrency 1 prepublish",
"clean": "lerna clean"
},
"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"
}