svg.js/bower.json
2014-06-21 18:25:29 +02:00

23 lines
445 B
JSON
Executable File

{
"name": "svg.js",
"version":"1.0.0-rc.10",
"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/",
"Gemfile",
"Gemfile.lock",
"package.json",
"Rakefile"
]
}