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": "ng-image-gallery",
| "homepage": "https://github.com/thatisuday/ng-image-gallery",
| "authors": [
| "Uday Hiwarale <uhiwarale@gmail.com>"
| ],
| "description": "Probably the best angular inline and modal image gallery combined...",
| "main": [
| "dist/ng-image-gallery.js",
| "dist/ng-image-gallery.css"
| ],
| "keywords": [
| "directive",
| "gallery",
| "image",
| "modal"
| ],
| "license": "MIT",
| "ignore": [
| "**/.*",
| "node_modules",
| "bower_components",
| "test",
| "tests"
| ],
| "dependencies": {
| "angular": "^1.5.7",
| "angular-animate": "^1.5.7",
| "hammerjs": "^2.0.8"
| },
| "version": "2.1.2",
| "_release": "2.1.2",
| "_resolution": {
| "type": "version",
| "tag": "v2.1.2",
| "commit": "b2e091cf71644c1969f63c1c69c383fab7f5cc2b"
| },
| "_source": "https://github.com/thatisuday/ng-image-gallery.git",
| "_target": "2.1.2",
| "_originalSource": "ng-image-gallery",
| "_direct": true
| }
|
|