UNPKG

react-native-just-timeline

Version:

React Native's customizable, RTL-supported, elegant, lazy-loading-ready Timeline component

57 lines (56 loc) 1.47 kB
{ "name": "react-native-just-timeline", "version": "0.0.2", "description": "React Native's customizable, RTL-supported, elegant, lazy-loading-ready Timeline component", "main": "src/index", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "React", "Native", "flexible", "elegant", "lazy", "loading", "ready", "Timeline", "component", "RTL", "support" ], "author": "Mohamed Ahmed <m.syntax95@gmail.com>", "license": "MIT", "dependencies": { "lodash": "4.17.15", "react-native-vector-icons": "^6.3.0" }, "devDependencies": { "babel-eslint": "^8.0.1", "babel-jest": "^21.2.0", "enzyme": "^3.1.0", "enzyme-to-json": "^3.1.2", "eslint": "^4.8.0", "eslint-config-airbnb": "^16.0.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.4.0", "eslint-plugin-react-native": "^3.1.0", "husky": "^0.14.3", "jest": "^21.2.1", "metro-react-native-babel-preset": "0.58.0", "react": "^16.0.0-alpha.12", "react-addons-test-utils": "^15.6.2", "react-dom": "^16.0.0-alpha.12", "react-native": "^0.49.3", "react-test-renderer": "^16.0.0-alpha.12" }, "peerDependencies": { "react": "^16.6.3", "react-native": "^0.58.4" }, "repository": { "type": "git", "url": "https://github.com/Syntax00/react-native-just-timeline.git" } }