contentful-vue
Version:
Contentful Plugin for Vue
24 lines (23 loc) • 462 B
JSON
{
"name": "contentful-vue",
"version": "1.0.5",
"description": "Contentful Plugin for Vue",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Contentful",
"CMS",
"Vue"
],
"author": "James Johnson",
"repository": {
"type": "git",
"url": "https://github.com/jjohnson1994/contentful-vue"
},
"license": "ISC",
"dependencies": {
"contentful": "^5.1.3"
}
}