-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 812 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "react-native-modal-notifier",
"version": "1.0.7",
"description": "react-native-modal-notifier is a third party in-app notification package! It provides modal notification popup.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["react-native-modal-notifier", "notification", "react-native-notification", "react-native-modal", "react-native-in-app-notification", "react-native-modal-notifier"],
"homepage": "https://github.com/crazycoder-io/react-native-modal-notifier#readme",
"repository": {
"type": "git",
"url": "git://github.com/crazycoder-io/react-native-modal-notifier.git"
},
"author": "crazycoder-io",
"license": "MIT",
"peerDependencies": {
"react": "16.8.0",
"react-native": "0.61.0"
}
}