-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (33 loc) · 1.22 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": "awesome-netherlands",
"author": "Jean Bauer <jeanbauerc@gmail.com>",
"version": "1.0.0",
"license": "MIT",
"description": "A guide aiming to help ~~Brazillians~~ everyone to have a successfull start in the Netherlands!",
"homepage": "https://github.com/jeanbauer/awesome-netherlands#readme",
"scripts": {
"clean": "rimraf _book",
"contributors:update": "node tasks/generate-contributors.js",
"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 git@github.com:jeanbauer/awesome-netherlands.git gh-pages && git checkout -b gh-pages && git add . && git commit -am 'npm run publish' && git push git@github.com:jeanbauer/awesome-netherlands.git gh-pages --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeanbauer/awesome-netherlands.git"
},
"keywords": [
"guide",
"docs",
"Netherlands",
"the Netherlands",
"Amsterdam",
"expats"
],
"devDependencies": {
"gitbook-cli": "^2.3.0",
"request": "^2.81.0",
"rimraf": "^2.5.4"
}
}