react-native-echarts/package.json

32 lines
692 B
JSON
Raw Normal View History

2016-10-21 07:05:57 +00:00
{
2016-10-21 07:54:29 +00:00
"name": "native-echarts",
2019-09-21 10:44:55 +00:00
"version": "0.7.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": {
"echarts": "3.2.3"
}
}