forked from zo0r/react-native-push-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.88 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"_from": "react-native-push-notification",
"_id": "react-native-push-notification@3.1.1",
"_inBundle": false,
"_integrity": "sha512-4+4yQXNPqh5IVvpSBmR4Cy/UeMjTcfE8KIJgEuT7pME97WK+aGPn6W3ybhOoXC1n+ZWKfrAlsHydLE4xfBZDJg==",
"_location": "/react-native-push-notification",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-push-notification",
"name": "react-native-push-notification",
"escapedName": "react-native-push-notification",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-push-notification/-/react-native-push-notification-3.1.1.tgz",
"_shasum": "99ce426e78e95788c298f73750cc4e68db04d7ab",
"_spec": "react-native-push-notification",
"_where": "/Users/karnikasingh/Desktop/ReactNativeProjects/GitLabFitness/Fitness-React/fitness",
"author": {
"name": "zo0r",
"email": "http://zo0r.me"
},
"bugs": {
"url": "https://github.com/zo0r/react-native-push-notification/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "React Native Local and Remote Notifications",
"homepage": "https://github.com/zo0r/react-native-push-notification#readme",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"notifications",
"push",
"apns",
"gcm"
],
"license": "MIT",
"main": "index",
"name": "react-native-push-notification",
"peerDependencies": {
"react-native": ">=0.33"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zo0r/react-native-push-notification.git"
},
"rnpm": {
"android": {
"packageInstance": "new ReactNativePushNotificationPackage()"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "3.1.1"
}