mirror of
https://github.com/tenrok/vue-context.git
synced 2026-05-25 03:04:04 +03:00
21 lines
387 B
JSON
21 lines
387 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|