vue-contextmenujs
Version:
Vue contextmenu
39 lines • 891 B
JSON
{
"name": "vue-contextmenujs",
"version": "1.4.11",
"description": "Vue contextmenu",
"keywords": [
"Vue",
"Contextmenu",
"右键菜单"
],
"main": "index.js",
"scripts": {
"test": "vue-cli-service serve ./test/main.js ",
"build": "vue-cli-service build --target lib --name contextmenu index.js && rm ./dist/demo.html",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GitHub-Laziji/menujs.git"
},
"author": "laziji",
"license": "MIT",
"bugs": {
"url": "https://github.com/GitHub-Laziji/menujs/issues"
},
"homepage": "https://github.com/GitHub-Laziji/menujs#readme",
"devDependencies": {
"vue": "^2.6.10",
"@vue/cli-service": "5.0.8",
"@vue/cli": "5.0.8"
},
"files": [
"/dist",
"/src",
"index.js",
"package.json",
"README.md",
"LICENSE"
]
}