forked from gobwas/jQuery-Loading
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloading.jquery.json
More file actions
35 lines (35 loc) · 998 Bytes
/
Copy pathloading.jquery.json
File metadata and controls
35 lines (35 loc) · 998 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": "loading",
"title": "jQuery Loading",
"description": "Shows loading progress animation, flexible and pretty =)",
"version": "0.2.7",
"repository": {
"type": "git",
"url": "https://github.com/gobwas/jQuery-Loading.git"
},
"homepage": "http://gobwas.github.com/jQuery-Loading",
"demo": "http://gobwas.github.com/jQuery-Loading",
"docs": "https://github.com/gobwas/jQuery-Loading/wiki",
"download": "http://gobwas.github.com/jQuery-Loading/build/jquery.loading.min.js",
"bugs": "https://github.com/gobwas/jQuery-Loading/issues",
"keywords": [
"jquery",
"loading",
"plugin",
"spinner",
"progress"
],
"author": {
"name": "Sergey Kamardin",
"email": "gobwas@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.4.4"
}
}