forked from testshallpass/react-native-dropdownalert
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.16 KB
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
39
40
41
42
43
44
45
46
47
48
{
"name": "react-native-dropdownalert",
"version": "3.1.2",
"description": "A simple alert to notify users about new chat messages, something went wrong or everything is ok.",
"main": "DropdownAlert.js",
"scripts": {
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testshallpass/react-native-dropdownalert.git"
},
"keywords": [
"dropdown",
"alert",
"error",
"info",
"warning",
"react-native",
"ios",
"android",
"react-component"
],
"author": "Brian Sinnicke",
"license": "MIT",
"bugs": {
"url": "https://github.com/testshallpass/react-native-dropdownalert/issues"
},
"homepage": "https://github.com/testshallpass/react-native-dropdownalert#readme",
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"enzyme": "2.8.2",
"enzyme-to-json": "1.5.1",
"jest": "19.0.2",
"prop-types": "15.5.10",
"react": "16.0.0-alpha.6",
"react-dom": "15.5.4",
"react-native": "0.44.0",
"react-test-renderer": "15.5.4"
},
"dependencies": {
"prop-types": "15.5.10"
}
}