budibase/packages/standard-components/node_modules/svg.pathmorphing.js/package.json

44 lines
991 B
JSON

{
"name": "svg.pathmorphing.js",
"version": "0.1.3",
"description": "Enables pathmorphing / path animation in svg.js",
"main": "dist/svg.pathmorphing.js",
"keywords": [
"svg.js",
"pathmorphing",
"animation"
],
"bugs": "https://github.com/svgdotjs/svg.pathmorphing.js/issues",
"license": "MIT",
"author": "Ulrich-Matthias Schäfer",
"contributors": [
{
"name": "Ulrich-Matthias Schäfer"
}
],
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/svgdotjs/svg.pathmorphing.js.git"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-iife": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-standard": "^10.0.0",
"gulp-trimlines": "^1.0.1",
"gulp-uglify": "^2.1.2",
"gulp-wrap-iife": "0.0.1"
},
"dependencies": {
"svg.js": "^2.4.0"
}
}