forked from erdemildiz/react-native-simple-dialogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 933 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
38
{
"name": "react-native-simple-dialogs",
"version": "1.1.0",
"description": "Cross-platform simple dialogs for React Native based on the Modal component. ⚛",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/douglasjunior/react-native-simple-dialogs.git"
},
"keywords": [
"react-native",
"android",
"ios",
"dialog",
"modal",
"popup"
],
"author": "Douglas Nassif Roma Junior",
"license": "MIT",
"bugs": {
"url": "https://github.com/douglasjunior/react-native-simple-dialogs/issues"
},
"homepage": "https://github.com/douglasjunior/react-native-simple-dialogs",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"babel-preset-react-native": "5.0.2",
"react": "16.4.1",
"react-native": "0.56.0"
},
"peerDependencies": {
"react-native": ">=0.44"
}
}