forked from nenadjovanoski/vue-push-notification-preview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "vue-push-notification-preview",
"description": "A library to preview the push notifications on iOS and Android devices",
"version": "2.3.0",
"author": "Nenad Jovanoski <[email protected]>",
"license": "MIT",
"keywords": [
"vue",
"vuejs",
"push",
"notification",
"preview",
"iphone",
"android",
"device",
"ios"
],
"private": false,
"main": "dist/vue-push-notification-preview.umd.min.js",
"files": [
"dist/*",
"src/components/*",
"src/assets/*"
],
"repository": {
"type": "git",
"url": "https://github.com/nenadjovanoski/vue-push-notification-preview.git"
},
"bugs": {
"url": "https://github.com/nenadjovanoski/vue-push-notification-preview/issues"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vue-push-notification-preview src/components/index.js && rm ./dist/demo.html",
"publish": "bash npm_publish.sh"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.1",
"@vue/cli-service": "^5.0.1",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"vue": "^2.6.x"
}
}