2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-22 18:00:34 +03:00

implement boilerplate

This commit is contained in:
Declan de Wet
2016-10-30 00:52:32 +02:00
parent 347f7556d2
commit 4af8fae969
6 changed files with 941 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"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"]
}
}