forked from msteffan/fundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 792 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 792 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
{
"name": "WDI-Fundamentals",
"version": "0.1.0",
"description": "Pre-course Module for General Assembly's WDI Program",
"repository": {
"type": "git",
"url": "https://github.com/generalassembly-wdi-materials/fundamentals"
},
"author": "General Assembly <immersiveadmins@generalassemb.ly>",
"scripts": {
"start": "gitbook serve",
"postinstall": "gitbook install"
},
"dependencies": {
"gitbook-cli": "^1.0.0",
"gitbook-plugin-exercises": "2.0.0-alpha.3",
"gitbook-plugin-ga": "~0.2.1",
"gitbook-plugin-jsbin": "~0.0.12",
"gitbook-plugin-nestedmd": "~0.0.1",
"gitbook-plugin-quizzes": "~1.0.0",
"gitbook-plugin-richquotes": "~0.0.6",
"gitbook-plugin-richquotesbooster": "~0.0.10",
"gitbook-plugin-toconsole": "~0.0.4"
}
}