forked from LearnersGuild/guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 856 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
{
"name": "guide",
"version": "0.0.1",
"description": "Guide for Learners",
"scripts": {
"book:clean": "rimraf _book",
"book:prepare": "gitbook install",
"book:build": "npm run book:prepare && gitbook build",
"book:watch": "npm run book:prepare && gitbook serve",
"book:summary": "book sm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LearnersGuild/guide.git"
},
"author": "Shereef Bishay <[email protected]>",
"license": "CC-BY-NC-4.0",
"bugs": {
"url": "https://github.com/LearnersGuild/guide/issues"
},
"homepage": "https://github.com/LearnersGuild/guide#readme",
"devDependencies": {
"gitbook": "^3.1.1",
"gitbook-cli": "^2.3.0",
"gitbook-summary": "^1.1.0",
"rimraf": "^2.4.3"
},
"dependencies": {
"gitbook-plugin-embed-pdf": "^1.0.1"
}
}