2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-05-17 04:29:35 +03:00

Initial commit

This commit is contained in:
Randall Wilk
2017-08-17 20:30:16 -05:00
commit a4f0842abd
2 changed files with 110 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "vue-context",
"version": "1.0.0",
"description": "A simple vue context menu.",
"main": "index.vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"context",
"menu",
"vue2"
],
"author": "Randall Wilk <randall@randallwilk.com>",
"license": "MIT",
"dependencies": {
"vue": "^2.4.2"
}
}