UNPKG

react-native-notification-badge

Version:
51 lines (50 loc) 1.28 kB
{ "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" } }