@morr/vue3-head
Version:
Manipulating the meta information of the head tag, a simple and easy way
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "@morr/vue3-head",
"version": "2.2.1",
"description": "Manipulating the meta information of the head tag, a simple and easy way",
"main": "vue-head.js",
"types": "vue-head.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ktquez/vue-head.git"
},
"keywords": [
"head",
"metatag",
"SEO",
"vue",
"google"
],
"author": "Alan Albuquerque - ktquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/ktquez/vue-head/issues"
},
"homepage": "https://github.com/ktquez/vue-head#readme",
"scripts": {
"test": "./node_modules/.bin/karma start karma.conf.js"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"jasmine-core": "^2.6.1",
"karma": "^1.7.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.1.1",
"karma-jasmine": "^1.1.0",
"karma-webpack": "^2.0.3",
"vue": "^2.3.3",
"vue-loader": "^12.0.3",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.5.1"
},
"dependencies": {}
}