aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: efb8218ef1d3d38b5383db265ef97f0333e10527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "svg.js",
  "version":"1.0.1",
  "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"
  ]
}