-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 991 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
40
41
{
"name": "@the_aceix/overlay-badge",
"version": "1.0.1",
"description": "A lightweight standalone badge component for any Vue component",
"main": "dist/overlay-badge.common.js",
"module": "dist/overlay-badge.esm.js",
"unpkg": "dist/overlay-badge.min.js",
"browser": {
"./sfc": "src/overlay-badge.vue"
},
"scripts": {
"test": "echo \"No test specified\"",
"build-bundle": "vue-cli-service build --target lib --name @the_aceix/overlay_badge ./src/overlay-badge.vue"
},
"dependencies": {
"core-js": "^3.6.4",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.0",
"@vue/cli-service": "^5.0.8",
"vue-template-compiler": "^2.6.10"
},
"files": [
"dist/*",
"src/*",
"*.json"
],
"keywords": [
"badge",
"overlay",
"notification",
"tag"
],
"repository": {
"type": "git",
"url": "https://github.com/Aceix/OverlayBadge.git"
},
"author": "the_aceix",
"license": "MIT"
}