forked from merri-ment/lazy-line-painter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlazylinepainter.jquery.json
39 lines (39 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
{
"name": "lazylinepainter",
"title": "Lazy Line Painter",
"description": "A jQuery plugin for path animation using CSS",
"keywords": [
"css",
"svg",
"effect",
"animation",
"line",
"paint",
"erase",
"draw",
"lazy",
"design",
"lazylinepainter"
],
"version": "1.5.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"
}
}