mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-18 22:00:34 +03:00
38 lines
753 B
JSON
38 lines
753 B
JSON
{
|
|
"name": "vue-ganttastic",
|
|
"version": "0.9.32",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"keywords": [
|
|
"gantt",
|
|
"chart",
|
|
"bar",
|
|
"diagram",
|
|
"vue",
|
|
"vuejs",
|
|
"ganttastic"
|
|
],
|
|
"author": "Marko Zunic",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"bili": "^4.10.0",
|
|
"rollup-plugin-vue": "^5.1.9",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"peerDependencies": {
|
|
"moment": "^2.26.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|