-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
62 lines (62 loc) · 1.65 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "vue-notification-bell",
"description": "A Vue.js UI component for showing notifications",
"main": "./dist/NotificationBell.umd.min.js",
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"version": "0.9.12",
"scripts": {
"serve": "./node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
"build": "./node_modules/@vue/cli-service/bin/vue-cli-service.js build --dest docs",
"build-bundle": "./node_modules/@vue/cli-service/bin/vue-cli-service.js build --target lib --name NotificationBell ./src/build.js",
"lint": "./node_modules/@vue/cli-service/bin/vue-cli-service.js lint",
"prepare": "husky install"
},
"dependencies": {
"odometer": "^0.4.8",
"vue": "^2.6.10",
"vue-odometer": "^1.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.3",
"@vue/eslint-config-standard": "^4.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10",
"husky": "^6.0.0"
},
"keywords": [
"vue",
"vue.js",
"vuejs",
"component",
"notification"
],
"homepage": "https://github.com/mrastiak/vue-notification-bell",
"bugs": {
"url": "https://github.com/mrastiak/vue-notification-bell/issues"
},
"author": "Mahdi Aryayi <[email protected]>",
"contributors": [
{
"name": "Mahdi Aryayi",
"email": "[email protected]"
},
{
"name": "Armin Ayari",
"email": "[email protected]"
},
{
"name": "Shirin Eghrari",
"email": "[email protected]"
}
],
"license": "MIT"
}