forked from bullhorn/career-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.18 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
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
76
77
78
79
80
81
82
{
"name": "CareerPortal",
"version": "2.0.1",
"scripts": {
"loc": "sloc src/ --format json > ./reports/sloc.json",
"pregalaxy": "npm run loc",
"galaxy": "galaxy analyze"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "7.1.1",
"babel-preset-es2015": "^6.16.0",
"browser-sync": "^2.18.13",
"browser-sync-spa": "~1.0.2",
"chalk": "^2.0.1",
"dateformat": "^2.0.0",
"del": "^3.0.0",
"fs-extra": "^4.0.1 ",
"galaxy-parser": "^1.0.4",
"gulp": "~3.9.1",
"gulp-angular-templatecache": "~2.0.0",
"gulp-autoprefixer": "~4.0.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.7.0",
"gulp-eslint": "~4.0.0",
"gulp-filter": "~5.0.0",
"gulp-flatten": "~0.3.1",
"gulp-inject": "~4.2.0",
"gulp-load-plugins": "~1.5.0",
"gulp-minify-html": "~1.0.4",
"gulp-protractor": "~4.1.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.6.1",
"gulp-sass": "~3.1.0",
"gulp-size": "~2.1.0",
"gulp-sourcemaps": "~1.7.0",
"gulp-uglify": "~3.0.0",
"gulp-useref": "~3.1.2",
"gulp-util": "~3.0.7",
"http-proxy-middleware": "~0.17.4",
"jscs": "^3.0.7",
"jscs-loader": "^0.3.0",
"jshint-loader": "^0.8.3",
"karma": "~1.7.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-coverage": "~1.1.1",
"karma-jasmine": "~1.1.0",
"karma-mocha-reporter": "^2.2.0",
"karma-ng-html2js-preprocessor": "~1.0.0",
"karma-phantomjs-launcher": "~1.0.2",
"klaw-sync": "^2.1.0",
"lodash": "^4.16.4",
"main-bower-files": "~2.13.1",
"ng-annotate-loader": "0.6.1",
"phantomjs-prebuilt": "^2.1.14",
"plato": "^1.7.0",
"run-sequence": "^2.1.0",
"sloc": "^0.2.0",
"uglify-save-license": "~0.4.1",
"webpack-stream": "~3.2.0",
"wiredep": "~4.0.0",
"yargs": "^8.0.2 "
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bullhorn/career-portal.git"
},
"galaxy": {
"display": "Career Portal",
"type": "javascript",
"goal": 80,
"threshold": 0.1,
"locations": {
"sloc": "/reports/sloc.json",
"lcov": "/reports/lcov/lcov.info"
}
}
}