-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 819 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
{
"name": "fluidbox",
"version": "2.0.0",
"description": "Replicating Medium's beautiful, minimalist lightbox module",
"homepage": "https://github.com/terrymun/Fluidbox",
"main": [
"./dist/js/jquery.fluidbox.min.js",
"./dist/css/fluidbox.min.css"
],
"authors": [
{
"name": "Terry Mun",
"email": "hello@terrymun.com",
"homagepage": "http://terrymun.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/terrymun/Fluidbox/"
},
"keywords": [
"fluidbox",
"lightbox"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"package.json"
],
"dependencies": {
"jquery": ">=1.9"
}
}