-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
38 lines (38 loc) · 1003 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
38
{
"name": "angular-colorbox",
"version": "1.1.5",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/angular-colorbox/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"main": [
"js/angular-colorbox.js",
"themes/dark/colorbox-darktheme.css"
],
"ignore": [
"**/.*",
"node_modules",
"components"
],
"bugs": "https://github.com/igorlino/angular-colorbox/issues",
"homepage": "http://igorlino.github.io/angular-colorbox/",
"docs": "http://igorlino.github.io/angular-colorbox/examples",
"demo": "http://igorlino.github.io/angular-colorbox/examples",
"dependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.4",
"jquery-colorbox": "~1.6.1"
},
"devDependencies": {
},
"resolutions": {
"jquery": "~2.1.1",
"angular": "~1.3.4"
}
}