forked from LearnersGuild/cos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 782 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 782 Bytes
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
{
"name": "COS",
"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/cos.git"
},
"author": "Shereef Bishay <shereef@learnersguild.org>",
"license": "CC-BY-NC-4.0",
"bugs": {
"url": "https://github.com/LearnersGuild/cos/issues"
},
"homepage": "https://github.com/LearnersGuild/cos#readme",
"devDependencies": {
"gitbook": "^3.1.1",
"gitbook-cli": "^2.3.0",
"gitbook-summary": "^1.1.0",
"rimraf": "^2.4.3"
}
}