forked from werein/react-native-dates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
{
"name": "react-native-dates",
"version": "2.0.4",
"description": "Date and daterange picker for React Native (iOS and Android)",
"main": "src/index.js",
"scripts": {
"eslint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/werein/react-native-dates.git"
},
"keywords": [
"react",
"react",
"native",
"datepicker",
"calendar",
"daterange",
"picker"
],
"author": "We're in",
"license": "MIT",
"bugs": {
"url": "https://github.com/werein/react-native-dates/issues"
},
"homepage": "https://github.com/werein/react-native-dates#readme",
"dependencies": {
"moment": "^2.17.1",
"moment-range": "3.1.0"
},
"peerDependencies": {
"react": "^15.3.2",
"react-native": "^0.35.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"flow-bin": "^0.41.0"
}
}