-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.34 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
43
44
45
46
47
{
"name": "opengate-angular-js",
"version": "6.25.4",
"keywords": [
"opengate",
"ux",
"utils"
],
"description": "Directives, filters and other services",
"dependencies": {},
"engines": {
"node": ">=10.15.0",
"npm": ">=3.10.2"
},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^4.0.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.9.1",
"gulp-bump": "^2.5.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-csslint": "^0.1.5",
"gulp-ext-replace": "^0.3.0",
"gulp-git": "^2.7.0",
"gulp-headerfooter": "^1.0.3",
"gulp-if": "^2.0.2",
"gulp-inject": "^1.5.0",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-mocha-phantomjs": "^0.11.0",
"gulp-ng-annotate": "^0.5.3",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^1.5.4",
"gulp-ver": "^0.1.0",
"jshint-stylish": "^1.0.1",
"ng-annotate-adf-plugin": "^0.1.2",
"run-sequence": "^1.2.2",
"wiredep": "^4.0.0",
"yargs": "^6.6.0"
}
}