UNPKG

react-native-echarts-wrapper

Version:
41 lines (40 loc) • 1.19 kB
{ "name": "react-native-echarts-wrapper", "version": "2.0.0", "description": "📈Powerful React-Native ECharts Wrapper 📊", "main": "src/index.js", "scripts": { "test": "node_modules/.bin/jest", "coverage": "node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" }, "repository": { "type": "git", "url": "git+https://github.com/tomLadder/react-native-echarts-wrapper.git" }, "keywords": [ "echarts", "react-native-echarts", "native-echarts", "react-native-echarts-wrapper" ], "author": "Thomas Leiter", "license": "MIT", "bugs": { "url": "https://github.com/tomLadder/react-native-echarts-wrapper/issues" }, "homepage": "https://github.com/tomLadder/react-native-echarts-wrapper#readme", "peerDependencies": { "prop-types": ">= 15.7.2", "react-native-webview": ">= 5.0.1" }, "devDependencies": { "coveralls": "^3.0.3", "jest": "^24.1.0", "jest-cli": "^24.1.0", "react": "^16.8.6", "react-native": "^0.60.0", "react-native-webview": ">= 5.0.1", "react-native-testing-library": "^1.11.1", "react-test-renderer": "^16.8.6" } }