2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-31 22:24:04 +03:00
Files
vue-meta/package.json
T
2016-10-30 00:52:32 +02:00

22 lines
458 B
JSON

{
"name": "vue-meta",
"version": "0.0.0",
"description": "manage page meta info in Vue 2.0 server-rendered apps",
"main": "index.js",
"repository": {
"url": "git@github.com:declandewet/vue-meta.git",
"type": "git"
},
"scripts": {
"lint": "standard"
},
"author": "Declan de Wet <declandewet@me.com>",
"license": "MIT",
"devDependencies": {
"standard": "^8.5.0"
},
"standard": {
"globals": ["Vue", "define"]
}
}