forked from svgdotjs/svg.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 889 Bytes
/
package.json
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 <[email protected]>"
, "main": "dist/svg.js"
, "version": "v0.20"
, "jam": {
"include": [
"dist/svg.js"
, "README.md"
, "MIT-LICENSE"
]
}
, "maintainers": [
{
"name": "Wout Fierens"
, "email": "[email protected]"
, "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"
}