This repository was archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.14 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.14 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "portal",
"version": "1.0.0",
"dependencies": {},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"browser-sync": "~2.9.11",
"browser-sync-spa": "~1.0.3",
"chalk": "~1.1.1",
"del": "~2.0.2",
"eslint-plugin-angular": "~2.4.0",
"estraverse": "~4.1.0",
"event-stream": "~3.3.2",
"gulp": "^3.9.1",
"gulp-angular-filesort": "~1.1.1",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.0.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "~2.1.1",
"gulp-eslint": "~3.0.0",
"gulp-filter": "~3.0.1",
"gulp-flatten": "~0.2.0",
"gulp-htmlmin": "~1.3.0",
"gulp-inject": "~3.0.0",
"gulp-load-plugins": "~0.10.0",
"gulp-ng-annotate": "~1.1.0",
"gulp-ng-constant": "^2.0.0-2",
"gulp-postcss": "^7.0.0",
"gulp-protractor": "~2.1.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-sass": "~2.0.4",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~2.0.0",
"gulp-useref": "~3.0.3",
"gulp-util": "~3.0.6",
"http-proxy-middleware": "~0.9.0",
"jasmine-core": "^2.8.0",
"jasmine-given": "^2.6.4",
"jasmine-reporters": "^2.1.1",
"jasmine-spec-reporter": "^2.5.0",
"karma": "~0.13.10",
"karma-angular-filesort": "~1.0.0",
"karma-coverage": "~0.5.2",
"karma-growl-reporter": "^1.0.0",
"karma-htmlfile-reporter": "^0.3.4",
"karma-jasmine": "~0.3.6",
"karma-junit-reporter": "^1.2.0",
"karma-ng-html2js-preprocessor": "~0.2.0",
"karma-phantomjs-launcher": "~0.2.1",
"karma-phantomjs-shim": "~1.2.0",
"lodash": "~3.10.1",
"main-bower-files": "~2.9.0",
"phantomjs": "~2.1.1",
"postcss": "^5.2.17",
"postcss-reporter": "^3.0.0",
"postcss-scss": "^0.4.1",
"protractor-jasmine2-html-reporter": "0.0.6",
"stylelint": "^7.10.1",
"stylelint-scss": "^1.4.4",
"stylelint-statement-max-nesting-depth": "^2.0.1",
"uglify-save-license": "~0.4.1",
"wiredep": "~2.2.2",
"wrench": "~1.5.8",
"yargs": "~4.7.1"
},
"engines": {
"node": ">=0.10.0"
}
}