-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
52 lines (52 loc) · 1.36 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
{
"name": "ComPAIR",
"version": "1.2.11",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ubc/compair.git"
},
"dependencies": {
"bower": "^1.8.14",
"gulp": "^4.0.2",
"gulp-angular-templatecache": "^3.0.1",
"gulp-bower": "^0.0.15",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.2.0",
"gulp-concat-vendor": "^0.0.4",
"gulp-connect": "^5.7.0",
"gulp-html-replace": "^1.6.2",
"gulp-inject": "^5.0.5",
"gulp-less": "^5.0.0",
"gulp-print": "^5.0.2",
"gulp-rev": "^9.0.0",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^3.0.1",
"less": "~4.1.3",
"main-bower-files": "^2.13.3",
"proxy-middleware": "^0.15.0",
"streamqueue": "^1.1.2",
"wiredep": "^4.0.0"
},
"devDependencies": {
"chai": "~4.1",
"chai-as-promised": "~7.1",
"cucumber": "~1.3.3",
"deepcopy": "~0.6.3",
"del": "^3.0.0",
"gulp-protractor": "~4.1.1",
"jasmine-core": "^4.1.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "~3.2",
"karma-jasmine": "^5.0.1",
"karma-junit-reporter": "^2.0.1",
"karma-ng-html2js-preprocessor": "~1.0",
"lodash": "^4.17.21",
"object-assign": "~4.1",
"protractor-cucumber-framework": "~4.1.1",
"puppeteer": "^13.7.0",
"sauce-connect-launcher": "^1.2.4",
"webdriver-manager": "~12.1.8"
}
}