BI图表插件前端模板。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
581 B

{
"name": "bi-plugin-boxline",
"version": "1.0.0",
"description": "",
"main": "rollup.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "rollup -c -w",
"build": "rollup src/main.js --file dist/boxline.chart.js --format umd --name chart && grunt"
},
"keywords": [
"boxline"
],
"author": "imp",
"license": "ISC",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"rollup": "^1.20.3",
"rollup-plugin-live-server": "^1.0.3"
}
}