summaryrefslogtreecommitdiffstats
path: root/package.json
blob: af89bfcafd576407522a6e86fecaa243ef9c85a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name":         "svg.js"
, "description":  "A lightweight library for manipulating and animating SVG."
, "url":          "http://svgjs.com"
, "homepage":     "http://svgjs.com"
, "keywords":     ["svg", "vector", "graphics", "animation"]
, "author":       "Wout Fierens <wout@impinc.co.uk>"
, "main":         "dist/svg.js"
, "version":      "v0.24"
, "jam": {
    "include": [
      "dist/svg.js"
    , "README.md"
    , "MIT-LICENSE"
    ]
  }
, "maintainers": [
    {
      "name":     "Wout Fierens"
    , "email":    "wout@impinc.co.uk"
    , "web":      "http://impinc.co.uk"
    }
  ]
, "licenses": [
    {
      "type":     "MIT"
    , "url":      "http://www.opensource.org/licenses/mit-license.php"
    }
  ]
, "repositories": [
    {
      "type":     "git"
    , "url":      "https://github.com/wout/svg.js.git"
    }
  ]
, "github":       "https://github.com/wout/svg.js"
}