-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 KB
/
package.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
{
"name": "ng-blueimp-gallery",
"version": "1.0.1",
"license": "GNU GPL V3",
"homepage": "https://github.com/alaminopu/ng-blueimp-gallery",
"dependencies": {
"angular": "^1.5.8",
"blueimp-gallery": "^2.22.0",
"jquery": ">=3.4.0"
},
"devDependencies": {
"del": "~1.2.0",
"event-stream": "~3.3.1",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-bump": "^0.3.1",
"gulp-concat": "~2.6.0",
"gulp-footer": "~1.0.5",
"gulp-git": "^1.4.0",
"gulp-header": "~1.2.2",
"gulp-jshint": "1.11.2",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.2.0",
"jshint-stylish": "~2.0.1",
"run-sequence": "^1.1.2",
"streamqueue": "^1.1.1"
},
"scripts": {},
"main": "./ng-blueimp-gallery.js",
"repository": {
"type": "git",
"url": "https://github.com/alaminopu/ng-blueimp-gallery.git"
},
"keywords": [
"angular",
"gallery",
"ng gallery",
"blueimp gallery"
]
}