forked from christopherdro/react-native-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 809 Bytes
/
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
{
"name": "react-native-calendar",
"version": "0.13.1",
"description": "Simple Calendar Component for React Native",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:christopherdro/react-native-calendar.git"
},
"scripts": {
"eslint": "eslint ."
},
"author": "Christopher Dro <[email protected]> (https://github.com/christopherdro)",
"contributors": [
{
"name": "David Sanderson",
"email": "[email protected]",
"url": "https://github.com/coderdave"
}
],
"license": "MIT",
"dependencies": {
"moment": ">=2.10.3"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint": "^2.9.0",
"eslint-config-airbnb": "7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0"
}
}