react-native-echarts/package.json

33 lines
729 B
JSON

{
"name": "native-echarts",
"version": "0.5.0",
"description": "echarts for react-native",
"main": "src/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/somonus/react-native-echarts.git"
},
"keywords": [
"react-native",
"echarts",
"chart",
"charts"
],
"author": "somonus",
"license": "MIT",
"bugs": {
"url": "https://github.com/somonus/react-native-echarts/issues"
},
"homepage": "https://github.com/somonus/react-native-echarts#readme",
"dependencies": {
"echarts": "3.2.3",
"react-native-webview":"13.8.2"
}
}