forked from Gix075/jqueryIntroLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 881 Bytes
/
bower.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
{
"name": "introloader",
"description": "a jQuery plugin for generate animated Intro Loading Pages",
"version": "1.7.1",
"keywords": [
"jquery",
"plugin",
"ajax",
"loader",
"intro",
"animation",
"animate",
"spin",
"spinner",
"introloader",
"less",
"mobile-first",
"responsive",
"front-end",
"web"
],
"homepage": "http://factory.brainleaf.eu/jqueryIntroLoader",
"main": [
"dist/css/introLoader.css",
"dist/css/introLoader.min.css",
"dist/css/introLoader.less",
"dist/helpers/jquery.easing.1.3.js",
"dist/helpers/spin.min.js",
"dist/jquery.introLoader.js",
"dist/jquery.introLoader.min.js",
"dist/jquery.introLoader.pack.min.js"
],
"dependencies": {
"jquery": ">= 1.9.1"
}
}