forked from merri-ment/lazy-line-painter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lazylinepainter.jquery.json
44 lines (44 loc) · 1.15 KB
/
lazylinepainter.jquery.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
38
39
40
41
42
43
44
{
"name":"lazylinepainter",
"title": "Lazy Line Painter",
"description": "A jQuery plugin for path animation using the Raphaël Library.",
"keywords": [
"svg",
"effect",
"animation",
"line",
"Rapheal",
"paint",
"erase",
"draw",
"lazy",
"design",
"lazylinepainter"
],
"version": "1.4.1",
"author": {
"name": "Cam O'Connell",
"url": "http://camoconnell.com"
},
"maintainers": [
{
"name": "Cam O'Connell",
"email": "[email protected]",
"url": "http://camoconnell.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/camoconnell/lazy-line-painter/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/camoconnell/lazy-line-painter/issues",
"homepage": "http://lazylinepainter.info/",
"docs": "https://github.com/camoconnell/lazy-line-painter",
"download": "https://github.com/camoconnell/lazy-line-painter/tags",
"dependencies": {
"jquery": ">=1.8",
"Raphaël":"2.1.0"
}
}