forked from LambdaBooks/clojurescript-unraveled
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 998 Bytes
/
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
{
"private": true,
"name": "clojurescript-unraveled",
"version": "0.0.0",
"description": "Ukrainian translation of “ClojureScript Unraveled”",
"author": "Roman Liutikov <roman01la@romanliutikov.com> (https://romanliutikov.com/)",
"contributors": [
{
"name": "Mariannna Chupryna",
"email": "marianna2398an@gmail.com"
},
{
"name": "Alex Zakrytyi",
"email": "nevusdance@gmail.com"
}
],
"scripts": {
"install": "gitbook install",
"start": "gitbook serve",
"build": "gitbook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LambdaBooks/clojurescript-unraveled.git"
},
"keywords": [
"book",
"documentation",
"guide"
],
"license": "CC BY-NC-ND 4.0",
"bugs": {
"url": "https://github.com/LambdaBooks/clojurescript-unraveled/issues"
},
"homepage": "https://github.com/LambdaBooks/clojurescript-unraveled#readme",
"devDependencies": {
"gitbook-cli": "^2.1.3"
}
}