-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 859 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 859 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
30
{
"name": "react-native-alert-view",
"version": "0.1.0-alpha.15",
"description": "An alert view wrapper built on top of native components for iOS and Android with customizable controls for making extremely unique alerts and action sheets.",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Codigami/react-native-alert-view.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"alert",
"ios",
"android",
"action",
"sheet",
"ActionSheet"
],
"author": "Karan Thakkar <karanjthakkar@gmail.com> (https://karanjthakkar.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Codigami/react-native-alert-view/issues"
},
"homepage": "https://github.com/Codigami/react-native-alert-view#readme"
}