summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 1b8014b4ba833270ae6db3c116dae476a6d7fa05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "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": "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"
}