forked from marlonbernardes/awesome-berlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.1 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
{
"name": "awesome-berlin",
"author": "Marlon Bernardes <[email protected]>",
"version": "1.0.0",
"license": "MIT",
"description": "A guide aiming to help ~~Brazillians~~ everyone to have a successfull start in Berlin!",
"homepage": "https://github.com/marlonbernardes/awesome-berlin#readme",
"scripts": {
"clean": "rimraf _book",
"prepare": "gitbook install",
"build": "npm run prepare && gitbook build",
"start": "npm run prepare && gitbook serve",
"docs:publish": "npm run clean && npm run build && cd _book && git init && git commit --allow-empty -m 'npm run publish' && git fetch [email protected]:marlonbernardes/awesome-berlin.git gh-pages && git checkout -b gh-pages && git add . && git commit -am 'npm run publish' && git push [email protected]:marlonbernardes/awesome-berlin.git gh-pages --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marlonbernardes/awesome-berlin.git"
},
"keywords": [
"guide",
"docs",
"Berlin",
"Germany",
"expats"
],
"devDependencies": {
"gitbook-cli": "^2.3.0",
"rimraf": "^2.5.4"
}
}