DemuMesDataV/package.json

32 lines
709 B
JSON
Raw Normal View History

2019-01-30 17:52:01 +08:00
{
"name": "@jiaminghi/data-view",
2019-06-28 20:16:32 +08:00
"version": "2.1.1",
2019-01-30 17:52:01 +08:00
"author": "JiaMing <743192023@qq.com>",
"description": "Vue Large screen data display component library",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jiaming743/DataV.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jiaming743/DataV/issues"
},
"keywords": [
"vue",
"chart",
"dataview"
],
2019-06-26 15:25:53 +08:00
"devDependencies": {
"less": "^3.9.0",
"less-loader": "^4.1.0"
},
"dependencies": {
"@jiaminghi/charts": "*"
},
2019-01-30 17:52:01 +08:00
"homepage": "https://github.com/jiaming743/DataV#readme"
}