-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 755 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 755 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
{
"name": "Codeup-Sample-Gitbook",
"description": "Sample Gitbook to use as a base for additional book development",
"dependencies": {
"gitbook": "^1.0.0",
"gitbook-plugin-anchors": "^0.4",
"gitbook-plugin-jsbin": "^0.0.12",
"gitbook-plugin-scrollablecode": "^0.1",
"gitbook-plugin-toggle-chapters": "^0.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/bbatsche/Sample-Gitbook.git"
},
"contributors": [
"Ben Batschelet <ben@codeup.com>"
],
"license": "Proprietary",
"private": true,
"bugs": {
"url": "https://github.com/bbatsche/Sample-Gitbook/issues"
},
"homepage": "https://github.com/bbatsche/Sample-Gitbook"
}