forked from nicolaasmatthijs/collabosphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 2.73 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "collabosphere",
"description": "Collabosphere Instructure Canvas LTI Tools",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git://github.com/ets-berkeley-edu/collabosphere.git"
},
"bugs": {
"url": "https://jira.ets.berkeley.edu/jira/browse/COL"
},
"licenses": [
{
"type": "UC Berkeley",
"url": "http://ipira.berkeley.edu/software-copyright-notice-and-disclaimer"
}
],
"dependencies": {
"async": "1.4.2",
"body-parser": "1.13.3",
"bower": "1.5.2",
"bunyan": "1.4.0",
"bunyan-prettystream": "0.1.3",
"col-activities": "latest",
"col-analytics": "latest",
"col-assets": "latest",
"col-canvas": "latest",
"col-categories": "latest",
"col-config": "latest",
"col-core": "latest",
"col-course": "latest",
"col-lti": "latest",
"col-rest": "latest",
"col-tests": "latest",
"col-users": "latest",
"col-whiteboards": "latest",
"config": "1.16.0",
"content-disposition": "0.5.0",
"cookie": "0.2.0",
"cookie-parser": "1.3.5",
"cors": "2.7.1",
"coveralls": "2.11.4",
"del": "2.0.1",
"ejs": "2.3.4",
"email-templates": "2.0.1",
"embdr": "0.0.5",
"event-stream": "3.3.1",
"express": "4.13.3",
"express-busboy": "2.4.4",
"fabric": "1.4.13",
"fast-csv": "0.6.0",
"forever": "0.15.1",
"gulp": "3.9.0",
"gulp-add-src": "0.2.0",
"gulp-angular-templatecache": "1.7.0",
"gulp-csslint": "0.2.0",
"gulp-cssmin": "0.1.7",
"gulp-filter": "3.0.1",
"gulp-imagemin": "2.3.0",
"gulp-jscs": "2.0.0",
"gulp-minify-html": "1.0.4",
"gulp-mocha": "2.1.3",
"gulp-ng-annotate": "1.1.0",
"gulp-rev": "6.0.1",
"gulp-rev-replace": "0.4.2",
"gulp-uglify": "1.4.0",
"gulp-usemin": "0.3.11",
"ims-lti": "3.0.1",
"joi": "6.6.1",
"jscs": "2.1.1",
"lodash": "3.10.1",
"mime": "1.3.4",
"mixpanel": "0.3.1",
"moment-timezone": "0.4.0",
"node-sass": "3.4.2",
"oauth": "0.9.13",
"pg": "4.4.1",
"pg-hstore": "2.3.2",
"randomstring": "1.0.8",
"request": "2.61.0",
"restjsdoc": "0.0.7",
"run-sequence": "1.1.2",
"sendgrid": "2.0.0",
"sequelize": "3.7.1",
"socket.io": "1.3.6",
"validator": "1.1.3",
"xml2js": "0.4.11",
"yargs": "3.24.0"
},
"bundleDependencies": [
"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"
],
"scripts": {
"pretest": "test -f logs/test.log && rm logs/test.log || echo 'No test log to remove'",
"test": "gulp test"
},
"engines": {
"node": ">=0.10"
}
}