mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-26 03:54:05 +03:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "vue-meta",
|
|
"description": "manage page meta info in Vue 2.0 server-rendered apps",
|
|
"version": "0.0.0",
|
|
"author": "Declan de Wet <declandewet@me.com>",
|
|
"bugs": "https://github.com/declandewet/vue-meta/issues",
|
|
"devDependencies": {
|
|
"doctoc": "^1.2.0",
|
|
"rimraf": "^2.5.4",
|
|
"rollup": "^0.36.3",
|
|
"rollup-plugin-buble": "^0.14.0",
|
|
"rollup-plugin-commonjs": "^5.0.5",
|
|
"rollup-plugin-node-resolve": "^2.0.0",
|
|
"snazzy": "^5.0.0",
|
|
"standard": "^8.5.0"
|
|
},
|
|
"homepage": "https://github.com/declandewet/vue-meta",
|
|
"keywords": [
|
|
"attribute",
|
|
"google",
|
|
"head",
|
|
"helmet",
|
|
"info",
|
|
"meta",
|
|
"seo",
|
|
"server",
|
|
"ssr",
|
|
"title",
|
|
"universal",
|
|
"vue"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib",
|
|
"repository": {
|
|
"url": "git@github.com:declandewet/vue-meta.git",
|
|
"type": "git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"lint": "standard --verbose | snazzy",
|
|
"prebuild": "rimraf lib",
|
|
"pretest": "npm run lint",
|
|
"toc": "doctoc README.md --title '# Table of Contents'"
|
|
},
|
|
"standard": {
|
|
"globals": [
|
|
"Vue",
|
|
"define"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"deepmerge": "^1.2.0"
|
|
}
|
|
}
|