forked from fredikey/electron-push-receiver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 767 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 767 Bytes
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-push-receiver",
"version": "2.1.3",
"description": "A module to receive FCM notifications in electron",
"main": "src/index.js",
"repository": "https://github.com/MatthieuLemoine/electron-push-receiver",
"author": "MatthieuLemoine",
"license": "MIT",
"types": "src/electron-push-receiver.d.ts",
"dependencies": {
"electron-store": "^8.0.1",
"push-receiver": "^2.1.1"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"prettier": "^1.7.4",
"prettier-eslint": "^8.2.1",
"prettier-eslint-cli": "^4.4.0"
},
"peerDepencies": {
"electron": "^1.8.1"
}
}