svg.js/bower.json
2016-08-04 12:35:28 +02:00

20 lines
390 B
JSON

{
"name": "svg.js",
"version":"2.3.4",
"homepage": "http://svgjs.com/",
"authors": [
"Wout Fierens <wout@woutfierens.com>"
],
"description": "A lightweight library for manipulating and animating SVG",
"main": "dist/svg.js",
"keywords": [
"svg", "vector", "graphics"
],
"license": "MIT",
"ignore": [
"**/.*",
"spec/",
"src/",
"gulpfile.js"
]
}