-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-native-quick-select",
"version": "0.0.4",
"description": "Simple select and multi-select component for react-native",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint lib/"
},
"jest": {
"preset": "jest-react-native"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camux/react-native-quick-select"
},
"keywords": [
"reactnative",
"select",
"multiselect",
"multi-select",
"react-native"
],
"author": "Oscar Alvarez Montero M.",
"license": "MIT",
"bugs": {
"url": "https://github.com/camux/react-native-quick-select/issues"
},
"homepage": "https://github.com/camux/react-native-quick-select#readme",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-preset-react-native": "^1.9.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"jest": "^18.1.0",
"jest-react-native": "^18.0.0",
"react-test-renderer": "^15.4.2",
"remote-redux-devtools": "^0.5.7"
},
"peerDependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "16.0.0",
"react-native": "^0.49.0",
"react-native-vector-icons": "^4.1.1"
},
"directories": {
"lib": "lib"
}
}