2016-10-21 07:05:57 +00:00
|
|
|
{
|
2016-10-21 07:54:29 +00:00
|
|
|
"name": "native-echarts",
|
2016-11-01 09:31:14 +00:00
|
|
|
"version": "0.2.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",
|
|
|
|
|
"echarts"
|
|
|
|
|
],
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|