-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "react-native-wheel-datepicker",
"version": "2.2.3",
"description": "React native cross platform iOS-style picker and datepicker.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinguinjkeke/react-native-wheel-datepicker.git"
},
"keywords": [
"react-native",
"datepicker",
"picker",
"wheel"
],
"author": "Alexander Avakov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pinguinjkeke/react-native-wheel-datepicker/issues"
},
"homepage": "https://github.com/pinguinjkeke/react-native-wheel-datepicker#readme",
"dependencies": {
"moment": "^2.19.1"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.7.2",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0"
},
"peerDependencies": {
"moment": ">=2.0.0",
"prop-types": "*",
"react-native": ">=0.45.0"
},
"rnpm": {
"android": {
"packageInstance": "new ReactNativeWheelPickerPackage()"
}
}
}