DemuMesDataV/package.json

33 lines
764 B
JSON
Raw Normal View History

2019-01-30 17:52:01 +08:00
{
"name": "@jiaminghi/data-view",
2019-07-05 13:52:20 +08:00
"version": "2.3.2",
2019-01-30 17:52:01 +08:00
"author": "JiaMing <743192023@qq.com>",
"description": "Vue Large screen data display component library",
2019-07-03 18:33:57 +08:00
"main": "/lib/index.js",
2019-01-30 17:52:01 +08:00
"repository": {
"type": "git",
"url": "https://github.com/jiaming743/DataV.git"
},
"scripts": {
2019-07-03 18:33:57 +08:00
"compile": "node publish.js",
"prepublish": "npm run compile",
2019-01-30 17:52:01 +08:00
"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
"dependencies": {
"@jiaminghi/charts": "*"
},
2019-07-09 11:44:10 +08:00
"homepage": "https://github.com/jiaming743/DataV#readme",
"devDependencies": {
"@jiaminghi/fs": "0.0.1"
}
2019-01-30 17:52:01 +08:00
}