-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 909 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
{
"name": "quasar-app-extension-firebase-messaging",
"version": "0.1.1",
"description": "Sets up FCM service worker for quasar applications",
"author": "Mouti'a Benachour <[email protected]>",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/motia/quasar-app-extension-firebase-messaging.git"
},
"bugs": {
"url": "https://github.com/motia/quasar-app-extension-firebase-messaging/issues"
},
"homepage": "https://github.com/motia/quasar-app-extension-firebase-messaging#readme",
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"keywords": [
"firebase-messaging",
"quasar",
"quasar-framework",
"pwa",
"FCM",
"firebase",
"push-notifications",
"vue",
"vue.js"
]
}