-
Notifications
You must be signed in to change notification settings - Fork 6
/
flurry.jquery.json
35 lines (35 loc) · 971 Bytes
/
flurry.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
{
"name": "flurry",
"title": "jQuery Flurry",
"description": "Flurry is an easy-to-use animated snow plugin for jQuery inspired by jSnow.",
"keywords": [
"snow",
"animation"
],
"version": "0.1.0",
"author": {
"name": "Josh McCarty",
"email": "[email protected]",
"url": "http://joshmccarty.com"
},
"maintainers": [
{
"name": "Josh McCarty",
"email": "[email protected]",
"url": "http://joshmccarty.com"
}
],
"licenses": [
{
"type": "GPLv2",
"url": "https://github.com/joshmcrty/Flurry/blob/master/LICENSE"
}
],
"bugs": "https://github.com/joshmcrty/Flurry/issues",
"homepage": "https://github.com/joshmcrty/Flurry",
"docs": "https://github.com/joshmcrty/Flurry",
"download": "https://github.com/joshmcrty/Flurry",
"dependencies": {
"jquery": ">=1.0"
}
}