forked from schalkt/angular-super-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.55 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.55 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "angular-super-gallery",
"version": "1.2.3",
"description": "AngularJS Super Gallery",
"homepage": "http://schalk.hu/projects/angular-super-gallery/demo/",
"repository": {
"type": "git",
"url": "https://github.com/schalkt/angular-super-gallery.git"
},
"keywords": [
"angular",
"image",
"gallery",
"thumbnails",
"component",
"modal",
"bootstrap"
],
"author": "Tamas Schalk <github@schalk.hu> (https://github.com/schalkt)",
"license": "MIT",
"main" : "index.js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-batch": "^1.0.5",
"gulp-bump": "^2.8.0",
"gulp-changed": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^3.1.0",
"gulp-filter": "^5.0.1",
"gulp-gzip": "^1.4.0",
"gulp-header": "^1.8.9",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.0.4",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "~3.1.0",
"gulp-sourcemaps": "~2.6.1",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"run-sequence": "^2.2.0",
"tslint": "^5.8.0",
"typescript": "^2.5.3",
"typings": "^2.1.1"
},
"dependencies": {
"angular": "1.6.*",
"angular-animate": "1.6.*",
"angular-touch": "1.6.*",
"bootstrap": "3.3.*",
"jquery": "^3.2.1",
"screenfull": "^3.3.2"
}
}