forked from m00s/angular-photoswipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
43 lines (43 loc) · 780 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
39
40
41
42
43
{
"name": "ng-photoswipe",
"version": "0.1.1",
"authors": [
"Massimiliano Sartoretto <[email protected]>"
],
"description": "An angular wrapper for PhotoSwipe",
"main": [
"angular-photoswipe.min.js",
"views/ng-photoswipe.html"
],
"dependencies": {
"angular": ">=1.3.0",
"photoswipe": "~4.1.0"
},
"devDependencies": {
"angular-mocks": "1.3.x"
},
"repository": {
"type": "git",
"url": "[email protected]:m00s/angular-photoswipe.git"
},
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"keywords": [
"angular",
"PhotoSwipe",
"image",
"gallery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests.js",
"demo"
]
}