-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimpleLoader.jquery.json
More file actions
35 lines (35 loc) · 899 Bytes
/
simpleLoader.jquery.json
File metadata and controls
35 lines (35 loc) · 899 Bytes
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": "simpleLoader",
"title": "jQuery Simple Loader",
"description": "Small plugin for create animated loader over target element.",
"version": "0.9.1",
"homepage": "http://zerc.github.io/jquery-loader/",
"demo": "http://zerc.github.io/jquery-loader/",
"author": {
"name": "Savin Vladimir",
"email": "zero13cool@yandex.ru"
},
"repository": {
"type": "git",
"url": "https://github.com/zerc/jquery-loader.git"
},
"bugs": "https://github.com/zerc/jquery-loader/issues",
"docs": "https://github.com/zerc/jquery-loader",
"download": "https://github.com/zerc/jquery-loader/archive/master.zip",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/zerc/jquery-loader/blob/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.6.4"
},
"keywords": [
"jquery",
"ajax",
"gif",
"loader",
"overflow"
]
}