forked from nicinabox/superslides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 778 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
37
{
"name": "superslides",
"homepage": "https://github.com/nicinabox/superslides",
"version": "0.6.2",
"author": {
"name": "Nic Aitch",
"email": "[email protected]",
"url": "http://nicinabox.com"
},
"description": "A fullscreen, hardware accelerated slider for jQuery.",
"main": [
"dist/jquery.superslides.js",
"dist/stylesheets/superslides.css"
],
"keywords": [
"superslides",
"fullscreen",
"slider",
"jquery",
"JavaScript"
],
"licenses": [{
"type": "MIT",
"url": "https://github.com/nicinabox/superslides/blob/master/LICENSE-MIT"
}],
"dependencies": {
"jquery": "*"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}