forked from MatthieuLemoine/electron-push-receiver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 821 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-push-receiver",
"version": "2.1.8",
"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-config": "^1.0.0",
"push-receiver-v2": "git+https://github.com/fellowapp/push-receiver-v2.git"
},
"devDependencies": {
"eslint": "^4.18.2",
"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"
}
}