-
Notifications
You must be signed in to change notification settings - Fork 152
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 839 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 839 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
36
37
38
39
40
41
42
{
"name": "custombox",
"description": "Modal dialog effects with transitions CSS3",
"version": "4.0.3",
"author": {
"name": "Julio de la Calle",
"email": "juliodlcp@gmail.com",
"url": "https://www.linkedin.com/in/juliodelacalle"
},
"homepage": "https://dixso.github.io/custombox/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"LICENSE.txt",
"README.md",
"Gruntfile.js",
"component.json",
"package.json"
],
"keywords": [
"animations",
"css3",
"dialog",
"flexbox",
"lightbox",
"modal",
"popup",
"responsive",
"window"
],
"license": "MIT",
"main": [
"dist/custombox.min.css",
"dist/custombox.min.js"
],
"repository": {
"type": "git",
"url": "https://dixso@github.com/dixso/custombox.git"
}
}