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