This repository was archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.13 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.13 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
{
"name": "MathMLCloud",
"private": true,
"version": "0.0.0",
"description": "A Sails application to generate math in multiple formats.",
"keywords": [],
"dependencies": {
"@sailshq/upgrade": "^1.0.9",
"async": "2.1.4",
"async-waterfall": "~0.1.5",
"bcrypt": "~3.0.2",
"buffer": "~5.2.1",
"crypto": "~1.0.1",
"ejs": "~2.6.1",
"express": "~4.16.4",
"extend": "~3.0.2",
"grunt": "1.0.3",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-coffee": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-jst": "~1.0.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-sails-linker": "~1.0.4",
"grunt-sync": "~0.8.0",
"help": "^3.0.2",
"include-all": "~4.0.3",
"install": "^0.12.2",
"jsdom": "~13.0.0",
"jwt-simple": "~0.5.5",
"kue": "~0.11.6",
"lodash": "~4.17.11",
"mathjax-node-sre": "^3.0.1",
"mathjax-node-svg2png": "^2.0.0",
"morgan": "~1.9.1",
"nodemailer": "~4.7.0",
"nodemailer-smtp-transport": "~2.7.4",
"npm": "^6.4.1",
"passport": "~0.4.0",
"passport-http-bearer": "~1.0.1",
"passport-local": "~1.0.0",
"rc": "~1.2.8",
"sails": "~1.1.0",
"sails-disk": "~1.0.1",
"sails-generate-auth": "~0.2.0",
"sails-hook-grunt": "^1.0.8",
"sails-hook-orm": "^2.1.1",
"sails-hook-sockets": "^1.5.5",
"sails-mongo": "~1.0.1",
"secure-compare": "~3.0.1",
"speech-rule-engine": "2.2.2"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "jasmine && cucumber-js test/"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/benetech/mmlc-experiments"
},
"author": "Benetech",
"license": "",
"devDependencies": {
"JSONPath": "~0.11.2",
"cucumber": "^5.0.3",
"encoding": "0.1.12",
"form-data": "~2.3.3",
"frisby": "~2.1.0",
"gherkin": "^6.0.15",
"jasmine": "^3.3.1",
"joi": "^14.3.0",
"node-fetch": "^2.3.0",
"request": "~2.88.0"
}
}