UNPKG

react-native-toggle-calendar

Version:

Horizontal as well as Grid calendar built on top of react-native-calendars

42 lines (41 loc) 1.11 kB
{ "name": "react-native-toggle-calendar", "version": "1.0.3", "main": "src/index.js", "description": "Horizontal as well as Grid calendar built on top of react-native-calendars", "scripts": { "test": "jasmine src/*.spec.js && npm run lint", "lint": "eslint src/ example/src", "release": "node ./scripts/release.js" }, "repository": { "type": "git", "url": "git+https://github.com/varunon9/react-native-toggle-calendar" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "react-native-calendars", "horizontal scrollable calendar", "grid-list calendar" ], "author": "Varun Kumar <varunon9@gmail.com>", "license": "MIT", "dependencies": { "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", "prop-types": "^15.5.10", "xdate": "^0.8.0" }, "devDependencies": { "babel-eslint": "^7.2.3", "eslint": "^3.19.0", "eslint-plugin-react": "^7.0.0", "jasmine": "^2.5.2", "react": "16.6.0-alpha.8af6728", "react-native": "0.57.4", "semver": "5.x.x", "shell-utils": "1.x.x" } }