-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.backup
More file actions
115 lines (114 loc) · 2.98 KB
/
package.json.backup
File metadata and controls
115 lines (114 loc) · 2.98 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
104
105
106
107
108
109
110
111
112
113
114
{
"name": "ximera",
"description": "Ximera interactive textbook server",
"version": "0.0.19",
"private": true,
"scripts": {
"start": "node app.js",
"install": "napa MSchmidt/jquery-fullsizable tchapi/pagedown-bootstrap"
},
"dependencies": {
"forever": "*",
"underscore": "*",
"node-uuid": "*",
"express": "*",
"http-proxy-middleware": "*",
"connect-mongo": "*",
"markdown": "*",
"color": "*",
"ip": "*",
"moment": "*",
"passport": "*",
"mongodb": "*",
"mongojs": "*",
"validator": "*",
"jade": "*",
"file": "*",
"jsdom": "*",
"passport-google-openidconnect": "*",
"passport-oauth": "*",
"passport-oauth2": "*",
"passport-twitter": "*",
"passport-local": "*",
"jison": "*",
"requirejs": "*",
"jasmine-node": "*",
"poet": "*",
"chai": "*",
"cheerio": "*",
"karma": "*",
"karma-mocha": "*",
"karma-chai": "*",
"gridfs-stream": "*",
"mongoose": "*",
"fstream": "*",
"domino": "*",
"csv": "*",
"winston": "*",
"react": "*",
"async": "*",
"socket.io": "*",
"socket.io-express-session": "*",
"socket.io-client": "*",
"crypto": "*",
"ims-lti": "*",
"express-session": "*",
"morgan": "*",
"body-parser": "*",
"cookie-parser": "*",
"serve-favicon": "*",
"method-override": "*",
"serve-static": "*",
"errorhandler": "*",
"github": "*",
"bufferutil": "*",
"utf-8-validate": "*",
"eonasdan-bootstrap-datetimepicker": "*",
"math-expressions": "https://github.com/kisonecat/math-expressions.git",
"bootstrap": "3.3.4",
"syntaxhighlighter": "*",
"brush-javascript": "*",
"brush-python": "*",
"jquery": "*",
"sly": "https://github.com/darsain/sly",
"isotope-layout": "*",
"jquery-ui": "*",
"font-awesome": "*",
"mathjax": "*"
},
"aliasify": {
"aliases": {
"mathjax": "./public/javascripts/mathjax.js",
"jquery-fullsizable": "./node_modules/jquery-fullsizable/js/jquery-fullsizable.min.js",
"math-expressions": "./node_modules/math-expressions/lib/math-expressions.js",
"sly": "./node_modules/sly/dist/sly.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": "*",
"babel-preset-es2015": "*",
"babel-preset-react": "*",
"babelify": "*",
"browserify": "*",
"chai": "^3.5.0",
"gulp": "*",
"gulp-if": "*",
"gulp-less": "*",
"gulp-minify-css": "*",
"gulp-sourcemaps": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"lodash.assign": "*",
"napa": "*",
"reactify": "*",
"should": "^9.0.2",
"supertest": "^1.2.0",
"vinyl-buffer": "*",
"vinyl-source-stream": "*",
"watchify": "*",
"yargs": "*"
}
}