forked from KBLNY/react-native-message-bar
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
37 lines (37 loc) · 824 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
37
{
"name": "react-native-message-bar",
"version": "2.1.0",
"description": "A message bar alert displayed at the top of the screen for react-native",
"main": "index.js",
"private": false,
"author": "talor Anderson <[email protected]> (https://github.com/talor-a)",
"scripts": {
"start": "react-native start"
},
"repository": {
"type": "git",
"url": "[email protected]:Talor-A/react-native-message-bar.git"
},
"keywords": [
"react-native",
"react",
"native",
"message",
"bar",
"alert",
"notification",
"status"
],
"files": [
"package.json",
"README.md",
"index.js",
"MessageBar.js",
"MessageBarManager.js",
"LICENSE"
],
"bugs": {
"url": "https://github.com/Talor-A/react-native-message-bar/issues"
},
"license": "MIT"
}