forked from testshallpass/react-native-dropdownalert
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "react-native-dropdownalert",
"version": "2.4.0",
"description": "A dropdown alert that allows you to display bits of information to your user.",
"main": "DropdownAlert.js",
"scripts": {
"test": "mocha --require test/mocha-setup.js --require react-native-mock/mock.js --compilers js:babel-core/register --recursive test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devBrian/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/devBrian/react-native-dropdownalert/issues"
},
"homepage": "https://github.com/devBrian/react-native-dropdownalert#readme",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"enzyme": "^2.3.0",
"mocha": "^2.5.3",
"react": "^15.2.0",
"react-addons-test-utils": "^15.2.0",
"react-dom": "^15.2.0",
"react-native": "^0.28.0",
"react-native-mock": "^0.2.4",
"should": "^9.0.2"
}
}