-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "react-native-notification-badge",
"title": "React Native Notification Badge",
"version": "1.0.5",
"description": "A notification badge count manager for React Native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"README.md",
"ios/NotificationBadge.xcodeproj/project.pbxproj",
"ios/**/*.h",
"ios/**/*.m",
"ios/**/*.swift",
"dist",
"react-native-notification-badge.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrousavy/react-native-notification-badge.git",
"baseUrl": "https://github.com/mrousavy/react-native-notification-badge"
},
"keywords": [
"react-native",
"notification",
"badge",
"count",
"native-module"
],
"author": {
"name": "Marc Rousavy",
"email": "marcrousavy@hotmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@types/react-native": "^0.62.12",
"react": "^16.9.0",
"react-native": "^0.61.5",
"eslint": "^7.1.0",
"typescript": "^3.9.3"
}
}