-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
39 lines (39 loc) · 891 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
]
}