forked from hoang-nguyen2-niteco/react-native-app-badge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 829 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 829 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
28
29
{
"name": "react-native-app-badge",
"description": "Badge for the shortcut icon in your React Native Android Apps",
"version": "0.1.5",
"main": "index.js",
"license": "Niteco",
"scripts": {
"test": "echo No test!"
},
"author": {
"name": "Hoang Nguyen",
"email": "[email protected]",
"url": "https://github.com/hoang-nguyen2-niteco"
},
"homepage": "https://github.com/hoang-nguyen2-niteco/react-native-app-badge",
"repository": {
"type": "git",
"url": "git+https://github.com/hoang-nguyen2-niteco/react-native-app-badge.git"
},
"bugs": {
"url": "https://github.com/hoang-nguyen2-niteco/react-native-app-badge/issues"
},
"peerDependencies": {
"react-native": ">=0.50.0"
},
"dependencies": {
"@react-native-community/push-notification-ios": "^1.2.0"
}
}