forked from merri-ment/lazy-line-painter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlazylinepainter.jquery.json
45 lines (45 loc) · 1.05 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
45
{
"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",
"bezier",
"design",
"lazylinepainter"
],
"version": "1.1.0",
"author": {
"name": "Cam O'Connell",
"url": "http://camoconnell.com"
},
"maintainers": [
{
"name": "Cam O'Connell",
"email": "[email protected]",
"url": "http://camoconnell.com"
}
],
"licenses": [
{
"type": "WTFPL",
"url": "http://sam.zoy.org/wtfpl/"
}
],
"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",
"dependencies": {
"jquery": ">=1.5",
"Raphaël":"2"
}
}