-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 961 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
{
"name": "@remobile/react-native-local-notifications",
"version": "1.0.4",
"description": "A cordova local notifications for react-native",
"main": "index.js",
"author": {
"name": "YunJiang.Fang",
"email": "42550564@qq.com"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"local-notifications",
"push",
"notifications",
"contact",
"save",
"find",
"remobile",
"mobile"
],
"homepage": "https://github.com/remobile/react-native-local-notifications",
"bugs": {
"url": "https://github.com/remobile/react-native-local-notifications/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/remobile/react-native-local-notifications.git"
},
"peerDependencies": {
"@remobile/react-native-cordova": "^1.1.1"
}
}