forked from DemoMacro/gitbook-boilerplate-netlify-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 881 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
32
33
34
35
36
{
"name": "gitbook-boilerplate-netlify-cms",
"version": "0.0.0",
"description": "Gitbook boilerplate integrated with Netlify CMS, powered by Demo Macro.",
"private": true,
"devDependencies": {
"gitbook-cli": "2.3.2"
},
"scripts": {
"serve": "gitbook serve",
"build": "gitbook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DemoMacro/gitbook-boilerplate-netlify-cms.git"
},
"keywords": [
"gitbook",
"boilerplate",
"netlify",
"netlify-cms"
],
"author": {
"name": "Demo Macro",
"email": "abc@imst.xyz",
"url": "https://imst.xyz/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/DemoMacro/gitbook-boilerplate-netlify-cms/issues"
},
"homepage": "https://github.com/DemoMacro/gitbook-boilerplate-netlify-cms#readme",
"engines": {
"node": "<=v12.22.12"
}
}