2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-09 23:02:25 +03:00
Files
vue-ganttastic/package.json
T
Marko Zunic 2a0fa28533 New prop for g-gantt-chart: snap-back-on-overlap
If true (and if push-on-overlap is false), if a bar ends up
overlapping with another bar after a drag, the bar (or its whole bundle, if it belongs to one) snaps back to its original position
Added .npmignore
Bumped npm package version
Updated README
2020-03-27 14:32:56 +01:00

37 lines
767 B
JSON

{
"name": "vue-ganttastic",
"version": "0.9.5",
"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.8.1",
"rollup-plugin-vue": "^5.1.6",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"moment": "^2.24.0"
}
}