-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
148 lines (148 loc) · 4.23 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "ximera",
"description": "Ximera interactive textbook server",
"version": "1.8.1",
"private": true,
"scripts": {
"start": "node app.js",
"test": "mocha",
"install": "napa tchapi/pagedown-bootstrap",
"postinstall": "gulp"
},
"dependencies": {
"annotator": "^2.0.0-dev.2",
"artillery": "^1.6.0-22",
"async": "2.4.0",
"babel-core": "^6.26.0",
"babel-preset-es2015-node": "^6.1.1",
"babelify": "^8.0.0",
"base64url": "^2.0.0",
"bencode": "^1.0.0",
"body-parser": "1.13.3",
"bootstrap": "4.0.0-alpha.6",
"brush-javascript": "4.0.0",
"brush-python": "4.0.0",
"buffer24": "0.0.2",
"bull": "^3.3.10",
"canon": "^0.4.1",
"cheerio": "0.19.0",
"codemirror": "^5.36.0",
"color": "0.11.3",
"connect-mongo": "0.8.2",
"cookie-parser": "1.3.5",
"crypto": "0.0.3",
"csv": "0.4.6",
"diff-match-patch": "^1.0.0",
"domino": "1.0.19",
"dotenv": "^4.0.0",
"eonasdan-bootstrap-datetimepicker": "4.15.35",
"errorhandler": "1.4.2",
"express": "4.13.3",
"express-rate-limit": "^2.7.0",
"express-session": "1.11.3",
"express-winston": "^2.5.1",
"faker": "^4.1.0",
"fast-crc32c": "^1.0.4",
"file": "0.2.2",
"font-awesome": "^4.7.0",
"fs-extra": "^3.0.1",
"fstream": "1.0.10",
"git-http-backend": "^1.0.2",
"github": "0.2.4",
"gpg": "^0.6.0",
"gridfs-stream": "1.1.1",
"guppy-dev": "github:daniel3735928559/guppy#b5055b963fdbea5c6c1e92dbf58fdaf3ea0cd8ba",
"htmllint-cli": "0.0.6",
"ims-lti": "3.0.1",
"ip": "1.1.3",
"isotope-layout": "2.2.2",
"jison": "^0.4.18",
"jquery": "3.1.0",
"jquery-ui": "1.12.0",
"jquery.kinetic": "^2.2.4",
"jquery.transit": "^0.9.12",
"jsondiffpatch": "^0.2.5",
"markdown": "0.5.0",
"math-expressions": "^2.0.0-alpha1",
"mathjax": "^2.7.4",
"method-override": "^2.3.10",
"mocha": "^3.5.3",
"moment": "2.19.3",
"mongodb": "2.2.19",
"mongoose": "4.1.1",
"morgan": "1.6.1",
"node-sass": "^4.9.2",
"node-uuid": "1.4.7",
"nodegit": "^0.27.0",
"passport": "0.2.2",
"passport-google-openidconnect": "0.0.4",
"passport-local": "1.0.0",
"passport-oauth2": "1.1.2",
"passport-twitter": "1.0.3",
"pm2": "^2.10.2",
"pug": "^2.0.3",
"pug-lint": "^2.5.0",
"redis": "^2.8.0",
"requirejs": "2.1.20",
"send-seekable": "^1.0.4",
"serve-favicon": "2.3.0",
"shipit": "^1.0.2",
"shipit-cli": "^3.0.0",
"shipit-deploy": "^2.5.1",
"shipit-npm": "^0.2.0",
"shipit-pm2": "0.0.4",
"snappy": "^6.3.4",
"striptags": "^3.1.1",
"supertest-session": "^3.1.2",
"syntaxhighlighter": "^4.0.1",
"tether": "^1.4.3",
"uint32": "^0.2.1",
"underscore": "1.8.3",
"uniq": "^1.0.1",
"uuid": "^3.2.1",
"validator": "4.5.0",
"versionator": "^2.0.0",
"winston": "1.0.1",
"ws": "^6.0.0",
"xxhash": "^0.2.4",
"xxhashjs": "^0.2.2"
},
"aliasify": {
"aliases": {
"mathjax": "./public/javascripts/mathjax.js",
"mathjax2": "./node_modules/mathjax/unpacked/MathJax.js",
"codemirror-javascript": "./node_modules/codemirror/mode/javascript/javascript.js",
"jquery-fullsizable": "./node_modules/jquery-fullsizable/js/jquery-fullsizable.min.js",
"pagedown-converter": "./node_modules/pagedown-bootstrap/Markdown.Converter.js",
"pagedown-sanitizer": "./node_modules/pagedown-bootstrap/Markdown.Sanitizer.js",
"pagedown-editor": "./node_modules/pagedown-bootstrap/Markdown.Editor.js"
}
},
"devDependencies": {
"aliasify": "1.9.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"browserify": "13.0.0",
"chai": "^3.5.0",
"gulp": "^4.0.2",
"gulp-if": "2.0.0",
"gulp-less": "3.0.5",
"gulp-minify-css": "1.2.4",
"gulp-pug-lint": "github:akoutmos/gulp-pug-lint",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "1.6.0",
"gulp-util": "3.0.7",
"lodash.assign": "4.0.7",
"napa": "2.3.0",
"should": "^9.0.2",
"supertest": "^1.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "3.7.0",
"yargs": "3.10.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.0",
"utf-8-validate": "^5.0.1"
}
}