-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
41 lines (41 loc) · 1.07 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
34
35
36
37
38
39
40
41
{
"private": true,
"name": "understandinges6ua",
"version": "1.0.0",
"description": "Ukrainian translation of “Understanding ES6”",
"author": "Denys Dovhan <[email protected]> (http://denysdovhan.com)",
"contributors": [
{
"name": "Mariannna Chupryna",
"email": "[email protected]"
},
{
"name": "Alex Zakrytyi",
"email": "[email protected]"
}
],
"scripts": {
"install": "gitbook install",
"start": "gitbook serve",
"build": "gitbook build",
"deploy": "npm run build && gh-pages -d _book -m \"Updated at $(date +'%a, %d %b %Y, %T, %Z')\" --add"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LambdaBooks/understandinges6ua.git"
},
"keywords": [
"book",
"documentation",
"guide"
],
"license": "CC BY-NC-ND 3.0",
"bugs": {
"url": "https://github.com/LambdaBooks/understandinges6ua/issues"
},
"homepage": "https://github.com/LambdaBooks/understandinges6ua#readme",
"devDependencies": {
"gh-pages": "^0.12.0",
"gitbook-cli": "^2.1.3"
}
}