-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
33 lines (33 loc) · 1.04 KB
/
package.json
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
{
"name": "apollo",
"private": true,
"version": "0.0.1",
"description": "An open-source PaaS for cloud native applications",
"scripts": {
"docs:prepare": "gitbook install",
"docs:build": "npm run docs:prepare && gitbook build -g capgemini/apollo",
"docs:watch": "npm run docs:prepare && gitbook serve",
"docs:publish": "npm run docs:clean && npm run docs:build && cp CNAME _book && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push [email protected]:capgemini/apollo gh-pages --force"
},
"repository": {
"type": "git",
"url": "https://github.com/capgemini/apollo.git"
},
"keywords": [
"capgemini",
"apollo",
"mesos",
"docker",
"paas",
"containers"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/capgemini/apollo/issues"
},
"homepage": "https://github.com/capgemini/apollo/issues",
"dependencies": {},
"devDependencies": {
"gitbook-cli": "^0.3.4"
}
}