svg.js/bower.json
Ulrich-Matthias Schäfer 32b8e6c0eb Bump 2.0.5
2015-07-05 01:48:38 +02:00

20 lines
387 B
JSON

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