react-native-calendar-strip
Version:
Easy to use and visually stunning calendar component for React Native
96 lines (95 loc) • 2.35 kB
JSON
{
"name": "react-native-calendar-strip",
"version": "1.2.3",
"description": "Easy to use and visually stunning calendar component for React Native",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"moment": "^2.17.1",
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-jest": "^19.0.0",
"babel-preset-react-native": "^1.9.1",
"enzyme": "^2.8.2",
"enzyme-to-json": "^1.5.1",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^6.10.3",
"jest": "^19.0.2",
"prettier": "^1.5.3",
"react": "15.4.2",
"react-addons-test-utils": "15.4.2",
"react-dom": "15.4.2",
"react-native": "0.42.3",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native",
"verbose": true,
"coverageDirectory": "./coverage/",
"collectCoverageFrom": [
"src/**/*.js",
"!src/img.js",
"!example/*.js"
],
"collectCoverage": false,
"globals": {
"__DEV__": true
}
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"eslint": "eslint src/** __tests__/**; exit 0",
"prettier": "prettier --write \"{src,__tests__}/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/BugiDev/react-native-calendar-strip.git"
},
"keywords": [
"react",
"native",
"rn",
"RN",
"react native",
"react-native",
"calendar",
"strip",
"calendar strip",
"calendar-strip",
"react native calendar",
"react-native-calendar",
"react native calendar strip",
"react-native-calendar-strip"
],
"author": "Bogdan Begovic <bogdanbegovic@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BugiDev/react-native-calendar-strip/issues"
},
"contributors": [
{
"name": "Florian Biebel",
"url": "https://github.com/1ne8ight7even"
},
{
"name": "Peace Chen",
"url": "https://github.com/peacechen"
},
{
"name": "Sam Colby",
"url": "https://github.com/samcolby"
},
{
"name": "Vitaliy Zhukov",
"url": "https://github.com/Vitall"
}
],
"homepage": "https://github.com/BugiDev/react-native-calendar-strip#readme"
}