This repository was archived by the owner on Nov 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.41 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.41 KB
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
{
"name": "authoring",
"version": "1.0.0",
"description": "This repository contains comprehensive documentation on how to author different forms of content on the DataCamp platform. It has been built by collating content from different github repositories, wikis, and google documents. The objective is for all authoring related documentation to live in one place that authors can easily access and search.",
"main": "app.js",
"engines": {
"node": "8.9.4"
},
"dependencies": {
"express": "^4.16.2",
"gitbook": "^3.2.3",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-advanced-emoji": "^0.2.2",
"gitbook-plugin-bootstrap-callout": "^0.1.2",
"gitbook-plugin-codetabs": "^1.0.0",
"gitbook-plugin-collapsible-menu": "^1.0.3",
"gitbook-plugin-collapsible-menu-rmp": "^1.0.1",
"gitbook-plugin-copy-code-button": "0.0.2",
"gitbook-plugin-expandable-chapters": "^0.2.0",
"gitbook-plugin-theme-vuejs": "^1.1.0",
"gitbook-plugin-videoclips": "^0.1.9"
},
"devDependencies": {},
"scripts": {
"prestart": "gitbook install",
"start": "gitbook serve",
"build": "gitbook install && gitbook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datacamp/authoring.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/datacamp/authoring/issues"
},
"homepage": "https://github.com/datacamp/authoring#readme"
}