2016-10-21 07:05:57 +00:00
|
|
|
{
|
2016-10-21 07:54:29 +00:00
|
|
|
"name": "native-echarts",
|
2017-12-08 08:46:36 +00:00
|
|
|
"version": "0.4.0",
|
2016-10-21 07:05:57 +00:00
|
|
|
"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",
|
2016-11-11 02:34:30 +00:00
|
|
|
"echarts",
|
|
|
|
|
"chart",
|
|
|
|
|
"charts"
|
2016-10-21 07:05:57 +00:00
|
|
|
],
|
|
|
|
|
"author": "somonus",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/somonus/react-native-echarts/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/somonus/react-native-echarts#readme",
|
|
|
|
|
"dependencies": {
|
2019-04-12 08:30:39 +00:00
|
|
|
"echarts": "3.2.3",
|
|
|
|
|
"ramda": "^0.26.1"
|
2016-10-21 07:05:57 +00:00
|
|
|
}
|
|
|
|
|
}
|