forked from ets-berkeley-edu/suitec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.53 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.53 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "suitec",
"description": "SuiteC LTI Tools",
"version": "2.12.0",
"repository": {
"type": "git",
"url": "git://github.com/ets-berkeley-edu/suitec.git"
},
"bundledDependencies": [
"col-activities",
"col-analytics",
"col-assets",
"col-canvas",
"col-categories",
"col-config",
"col-core",
"col-course",
"col-lti",
"col-rest",
"col-tests",
"col-users",
"col-whiteboards"
],
"dependencies": {
"async": "2.4.1",
"aws-sdk": "2.124.0",
"body-parser": "1.17.2",
"bower": "1.8.8",
"bunyan": "1.8.5",
"bunyan-prettystream": "0.1.3",
"caliperjs": "git+https://github.com/ets-berkeley-edu/caliper-js.git#master",
"config": "1.26.2",
"content-disposition": "0.5.2",
"cookie": "0.3.1",
"cookie-parser": "1.4.3",
"cors": "2.8.1",
"coveralls": "2.11.15",
"del": "2.2.2",
"ejs": "2.5.5",
"email-templates": "2.5.4",
"event-stream": "3.3.4",
"express": "4.17.1",
"express-busboy": "5.0.0",
"fabric": "1.7.3",
"fast-csv": "2.3.1",
"forever": "0.15.3",
"ims-lti": "3.0.2",
"joi": "10.2.0",
"lodash": "4.17.14",
"mime": "1.6.0",
"mixpanel": "0.6.0",
"mock-aws-s3": "2.6.0",
"moment-timezone": "0.5.13",
"node-sass": "4.4.0",
"oauth": "0.9.15",
"pg": "6.1.6",
"pg-hstore": "2.3.2",
"pg-native": "1.10.0",
"randomstring": "1.1.5",
"request": "2.79.0",
"restjsdoc": "0.0.7",
"run-sequence": "1.2.2",
"sendgrid": "5.1.1",
"sequelize": "5.8.7",
"sequelize-cli": "^5.4.0",
"socket.io": "2.1.1",
"uuid": "3.2.1",
"validator": "10.11.0",
"xml2js": "0.4.17",
"yargs": "8.0.2"
},
"devDependencies": {
"eslint": "4.18.2",
"gulp": "3.9.1",
"gulp-add-src": "0.2.0",
"gulp-angular-templatecache": "2.0.0",
"gulp-csslint": "1.0.1",
"gulp-cssmin": "0.2.0",
"gulp-eslint": "4.0.2",
"gulp-filter": "5.0.0",
"gulp-htmlmin": "3.0.0",
"gulp-imagemin": "3.1.1",
"gulp-install": "1.1.0",
"gulp-mocha": "3.0.1",
"gulp-ng-annotate": "2.0.0",
"gulp-rev": "7.1.2",
"gulp-rev-replace": "0.4.3",
"gulp-uglify": "3.0.0",
"gulp-usemin": "0.3.28",
"mocha": "^6.1.4"
},
"engines": {
"node": ">=6.15.1 <7.0.0"
},
"bugs": {
"url": "https://jira.ets.berkeley.edu/jira/browse/COL"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"pretest": "echo 'Clean up old artifacts before running tests'; rm -f logs/test.log; rm -Rf s3-bucket-test",
"test": "gulp test"
}
}