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
| {
| "name": "ng-image-gallery",
| "version": "v2.1.2",
| "description": "Probably the best angular inline and modal image gallery combined...",
| "main": "dist/ng-image-gallery.js",
| "directories": {
| "test": "test"
| },
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/thatisuday/ng-image-gallery.git"
| },
| "author": "Uday Hiwarale <uhiwarale@gmail.com> (https://github.com/thatisuday)",
| "license": "ISC",
| "bugs": {
| "url": "https://github.com/thatisuday/ng-image-gallery/issues"
| },
| "homepage": "https://github.com/thatisuday/ng-image-gallery#readme",
| "devDependencies": {
| "express": "^4.15.2",
| "gulp": "^3.9.1",
| "gulp-autoprefixer": "^3.1.0",
| "gulp-concat": "^2.6.0",
| "gulp-cssmin": "^0.1.7",
| "gulp-gzip": "^1.4.0",
| "gulp-rename": "^1.2.2",
| "gulp-sass": "^2.3.2",
| "gulp-sourcemaps": "^1.6.0",
| "gulp-uglify": "^1.5.4"
| }
| }
|
|