Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
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.
 
 
 
 
 
 

43 lines
1.0 KiB

{
"name": "svg.draggable.js",
"version": "2.2.2",
"description": "An extension for svg.js which allows to drag elements with your mouse",
"main": "dist/svg.draggable.js",
"keywords": [
"svg.js",
"draggable",
"mouse"
],
"bugs": "https://github.com/svgdotjs/svg.draggable.js/issues",
"license": "MIT",
"author": {
"name": "Wout Fierens"
},
"contributors": [
{ "name": "Wout Fierens" },
{ "name": "Ulrich-Matthias Schäfer" }
],
"homepage": "https://github.com/svgdotjs/svg.draggable.js",
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/svgdotjs/svg.draggable.js.git"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "^0.7.0",
"grunt": "~0.4.5",
"grunt-bumper": "^1.0.4"
},
"dependencies": {
"svg.js":"^2.0.1"
}
}