forked from renestalder/nuxt-netlify-cms-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 998 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": "nuxt-netlify-cms-starter-template",
"version": "2.0.0",
"description": "Build server-less, static websites with Vue.js and Netlify CMS.",
"main": "meta.js",
"private": true,
"directories": {
"test": "test"
},
"scripts": {
"ci:test": "node generate-test.js && cd test && npm install && npm run generate",
"vue-cli:init": "rm -rf test && vue init . test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renestalder/nuxt-netlify-cms-starter-template.git"
},
"keywords": [
"nuxt",
"vuejs",
"netlify",
"serverless",
"jamstack"
],
"author": "René Stalder <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/renestalder/nuxt-netlify-cms-starter-template/issues"
},
"homepage": "https://github.com/renestalder/nuxt-netlify-cms-starter-template#readme",
"devDependencies": {
"@vue/cli": "^3.2.3",
"@vue/cli-init": "^3.2.0",
"suppose": "^0.6.2"
}
}