-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbower.json
38 lines (38 loc) · 1021 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-ez-plus",
"version": "1.2.2",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/angular-elevatezoom-plus/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"main": [
"js/angular-ezplus.js",
"images/loader-small.gif"
],
"ignore": [
"**/.*",
"node_modules",
"components"
],
"bugs": "https://github.com/igorlino/angular-elevatezoom-plus/issues",
"homepage": "http://igorlino.github.io/angular-elevatezoom-plus/",
"docs": "http://igorlino.github.io/angular-elevatezoom-plus/examples",
"demo": "http://igorlino.github.io/angular-elevatezoom-plus/examples",
"dependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.4",
"ez-plus": "~1.2.2"
},
"devDependencies": {
},
"resolutions": {
"jquery": "~2.1.1",
"angular": "~1.3.4"
}
}