-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 836 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
{
"name": "vuepress-boilerplate-netlify-cms",
"version": "0.0.0",
"description": "VuePress boilerplate integrated with Netlify CMS, powered by Demo Macro.",
"private": true,
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DemoMacro/vuepress-boilerplate-netlify-cms.git"
},
"keywords": [
"vuepress",
"boilerplate",
"netlify",
"netlify-cms"
],
"author": {
"name": "Demo Macro",
"email": "[email protected]",
"url": "https://imst.xyz/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/DemoMacro/vuepress-boilerplate-netlify-cms/issues"
},
"homepage": "https://github.com/DemoMacro/vuepress-boilerplate-netlify-cms#readme",
"devDependencies": {
"vuepress": "1.9.7"
}
}