forked from carsonwah/react-native-push-notification-popup
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 998 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
36
37
38
39
{
"name": "react-native-push-notification-popup",
"version": "1.2.0",
"description": "React Native Push Notification Popup Component",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carsonwah/react-native-push-notification-popup.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"react-native-component",
"push-notification",
"ios",
"android",
"modal",
"popup",
"dialog"
],
"author": "Carson Wah",
"license": "MIT",
"bugs": {
"url": "https://github.com/carsonwah/react-native-push-notification-popup/issues"
},
"homepage": "https://github.com/carsonwah/react-native-push-notification-popup#readme",
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0"
},
"dependencies": {
}
}