aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 35f22e0040650abb3a83d074f0f628b8ec0d09ee (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
{
  "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":      "1.0.1"
, "jam": {
    "include": [
      "dist/svg.js"
    , "README.md"
    , "MIT-LICENSE"
    ]
  }
, "maintainers": [
    {
      "name":     "Wout Fierens"
    , "email":    "wout@woutfierens.com"
    , "web":      "http://woutfierens.com"
    }
  ]
, "licenses": [
    {
      "type":     "MIT"
    , "url":      "http://www.opensource.org/licenses/mit-license.php"
    }
  ]
, "repository": {
    "type":     "git"
  , "url":      "https://github.com/wout/svg.js.git"
  }
, "github":       "https://github.com/wout/svg.js"
}