34 lines
781 B
JSON
34 lines
781 B
JSON
{
|
|
"name": "@jiaminghi/data-view",
|
|
"version": "2.4.2",
|
|
"author": "JiaMing <743192023@qq.com>",
|
|
"description": "Vue Large screen data display component library",
|
|
"main": "lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jiaming743/DataV.git"
|
|
},
|
|
"scripts": {
|
|
"compile": "node publish.js",
|
|
"prepublish": "npm run compile",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jiaming743/DataV/issues"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"chart",
|
|
"dataview",
|
|
"datavisual"
|
|
],
|
|
"dependencies": {
|
|
"@jiaminghi/charts": "*"
|
|
},
|
|
"homepage": "https://github.com/jiaming743/DataV#readme",
|
|
"devDependencies": {
|
|
"@jiaminghi/fs": "0.0.1"
|
|
}
|
|
}
|