This repository was archived by the owner on Jan 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.46 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
{
"private": true,
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"browser-sync": "^2.17.5",
"chalk": "^1.1.3",
"cordova": "^6.4.0",
"david": "^9.0.0",
"del": "^2.2.2",
"elementtree": "^0.1.6",
"eslint": "^3.9.1",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^1.3.2",
"gulp-csso": "^2.0.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "^4.1.0",
"gulp-jsonlint": "^1.1.2",
"gulp-load-plugins": "^1.4.0",
"gulp-natural-sort": "^0.1.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-protractor": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"karma": "^1.3.0",
"karma-angular-filesort": "^1.0.2",
"karma-jasmine": "^1.0.2",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"lodash": "^4.16.6",
"main-bower-files": "^2.13.1",
"minimist": "^1.2.0",
"phantomjs-prebuilt": "^2.1.13",
"plist": "^2.0.1",
"proxy-middleware": "^0.15.0",
"require-dir": "^0.3.1",
"vinyl-paths": "^2.1.0",
"wiredep": "^4.0.0",
"xml2js": "^0.4.17",
"yeoman-test": "^1.5.1"
}
}