2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-20 09:50:33 +03:00
Files
vue-ganttastic/package.json
T
Marko Zunic 6e34cf8ba6 Can turn off tooltip for a bar by setting "noTooltip: true" in ganttBarConfig
Added moment.js as a dev dependency
Updated package version
2020-06-03 13:05:58 +02:00

38 lines
798 B
JSON

{
"name": "vue-ganttastic",
"version": "0.9.13",
"description": "A simple and customizable Gantt chart component for Vue.js",
"repository": {
"type": "git",
"url": "https://github.com/InfectoOne/vue-ganttastic"
},
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bili --name index --plugin vue --vue.css false"
},
"files": [
"dist/*"
],
"keywords": [
"gantt",
"chart",
"bar",
"diagram",
"vue",
"vuejs",
"ganttastic"
],
"author": "Marko Zunic",
"license": "MIT",
"devDependencies": {
"bili": "^4.10.0",
"moment": "^2.26.0",
"rollup-plugin-vue": "^5.1.9",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"moment": "^2.26.0"
}
}