-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "react-native-calendar-list",
"version": "1.0.1",
"description": "A cross platform optimized customizable CalendarList component for React Native",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hernancorigliano/react-native-calendar-list.git"
},
"keywords": [
"react",
"reactNative",
"calendar",
"calendarList"
],
"author": "Hernan Roy Corigliano <[email protected]> (https://github.com/hernancorigliano)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hernancorigliano/react-native-calendar-list/issues"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5",
"react-shallow-testutils": "^3.0.0",
"react": "16.0.0-beta.5",
"react-native": "0.49.3"
},
"jest": {
"collectCoverage": true,
"collectCoverageFrom": [
"**/Calendar/*.js",
"!**/coverage/**",
"!**/ios/**",
"!**/android/**",
"!**/flow-typed/**"
],
"preset": "react-native"
},
"homepage": "https://github.com/hernancorigliano/react-native-calendar-list#readme"
}