UNPKG

1.29 kBJSONView Raw
1{
2 "name": "gitbook-setup-deploy-heroku",
3 "version": "1.1.52",
4 "description": "This is a plugin for the gitbook-setup module. It configure your book to allow deployment to the heroku platform",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/Cicko/gitbook-setup-deploy-heroku.git"
12 },
13 "keywords": [
14 "gitbook",
15 "gitbook-setup",
16 "setup",
17 "deploy",
18 "heroku"
19 ],
20 "author": "Rudolf Cicko",
21 "license": "ISC",
22 "bugs": {
23 "url": "https://github.com/Cicko/gitbook-setup-deploy-heroku/issues"
24 },
25 "homepage": "https://github.com/Cicko/gitbook-setup-deploy-heroku#readme",
26 "dependencies": {
27 "bluebird": "^3.5.0",
28 "body-parser": "^1.17.2",
29 "consolidate": "^0.14.5",
30 "copy-to-clipboard": "^3.0.8",
31 "express": "^4.15.2",
32 "express-session": "^1.15.3",
33 "fs-extra": "^2.1.2",
34 "github": "^9.2.0",
35 "heroku": "^0.2.0",
36 "heroku-client": "^3.0.2",
37 "inquirer": "^3.2.0",
38 "launch-browser": "^1.0.0",
39 "method-override": "^2.3.9",
40 "mustache": "^2.3.0",
41 "octonode": "^0.7.13",
42 "passport": "^0.3.2",
43 "passport-github": "^1.1.0",
44 "path": "^0.12.7",
45 "tacks": "^1.2.6"
46 }
47}