summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin/package.json
blob: 64cbf6b8ff657de144c67386a873b3377d24259d (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
29
30
31
32
33
34
35
36
37
38
39
{
   "name": "gitbook-plugin",
   "version": "4.0.0",
   "description": "CLI for compiling and testing plugins",
   "main": "./lib/index.js",
   "dependencies": {
      "babel-preset-es2015": "^6.14.0",
      "babel-preset-react": "^6.11.1",
      "babelify": "^7.3.0",
      "browserify": "^13.1.0",
      "commander": "^2.9.0",
      "fs-extra": "^0.30.0",
      "inquirer": "^1.1.3",
      "q": "^1.4.1",
      "winston": "^2.2.0"
   },
   "devDependencies": {
      "babel-cli": "^6.14.0",
      "babel-preset-es2015": "^6.14.0",
      "babel-preset-react": "^6.11.1",
      "babel-preset-stage-2": "^6.13.0"
   },
   "bin": {
      "gitbook-plugin": "./lib/cli.js"
   },
   "scripts": {
      "dist": "rm -rf lib/ && babel -d lib/ src/ && chmod +x ./lib/cli.js",
      "prepublish": "npm run dist"
   },
   "repository": {
      "type": "git",
      "url": "https://github.com/GitbookIO/gitbook.git"
   },
   "author": "GitBook Inc. <contact@gitbook.com>",
   "license": "Apache-2.0",
   "bugs": {
      "url": "https://github.com/GitbookIO/gitbook/issues"
   }
}