-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "ACJ",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ubc/acj-versus.git"
},
"dependencies": {
"gulp": "latest",
"bower": "latest",
"gulp-bower": "latest",
"wiredep": "latest",
"less": "latest",
"gulp-less": "latest",
"gulp-concat-vendor": "latest",
"gulp-concat": "latest",
"gulp-uglify": "latest",
"main-bower-files": "latest",
"gulp-html-replace": "latest",
"gulp-clean-css": "latest",
"gulp-inject": "~3.0",
"gulp-connect": "latest",
"proxy-middleware": "latest"
},
"devDependencies": {
"sauce-connect-launcher": "~0.15",
"chai": "~3.5",
"chai-as-promised": "~5.3",
"cucumber": "1.2.2",
"gulp-protractor": "~3.0.0",
"gulp-rev": "^6.0.1",
"jasmine-core": "latest",
"karma": "~0.13",
"karma-chrome-launcher": "~0.2",
"karma-jasmine": "~0.3.6",
"karma-junit-reporter": "^0.3.3",
"karma-ng-html2js-preprocessor": "~0.1",
"karma-phantomjs-launcher": "~0.2",
"phantomjs": "~2.1",
"lodash": "^3.10",
"protractor-cucumber-framework": "~0.6.0",
"object-assign": "~4.1"
}
}