forked from MatthieuLemoine/electron-push-receiver
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
27 lines (27 loc) · 772 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
{
"name": "electron-fcm-push-receiver",
"version": "2.1.7",
"description": "A module to receive FCM notifications in electron",
"main": "src/index.js",
"repository": "https://github.com/ibrahim-ih/electron-fcm-push-receiver",
"author": "ibrahim-ih",
"license": "MIT",
"types": "src/electron-fcm-push-receiver.d.ts",
"dependencies": {
"electron-config": "^1.0.0",
"push-receiver": "^2.0.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"prettier": "^1.14.3",
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "^4.7.1"
},
"peerDepencies": {
"electron": "^1.8.1"
}
}