-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.64 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
{
"name": "neurorobotics-grading-server",
"version": "1.0.22",
"description": "NodeJS server designed to record student grades (MOOC) in a database",
"main": "index.ts",
"dependencies": {
"@types/express": "^4.14.0",
"@types/lodash": "^4.14.117",
"@types/node": "^10.12.18",
"body-parser": "1.18.3",
"csv-stringify": "^2.0.4",
"ejs": "^2.6.1",
"express": "^4.16.4",
"file-base64": "1.0.0",
"firebase-admin": "^6.5.1",
"ims-lti": "^3.0.2",
"nyc": "^13.1.0",
"promise": "7.1.1",
"q": "^1.4.1",
"request": "2.83.0",
"request-promise": "^4.2.1",
"rewire": "^2.5.2"
},
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"chai-subset": "^1.6.0",
"cryptiles": "^4.1.3",
"cxsd": "^0.1.1",
"eslint": "^4.16.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.5.0",
"http-serve": "^1.0.1",
"husky": "0.14.3",
"lint-staged": "4.3.0",
"mocha": "^5.2.0",
"nock": "^9.1.6",
"prettier": "^1.16.4",
"sinon": "1.17.5",
"ts-node": "^7.0.1",
"tslint": "^5.12.0",
"typescript": "^3.1.3"
},
"scripts": {
"start": "NODE_ENV=production node dist/index.js",
"build": "tsc",
"test": "nyc mocha -r ts-node/register test/* --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/HBPNeurorobotics/Neurorobotics-grading-server"
},
"keywords": [],
"engines": {
"node": ">=11.3.0"
},
"author": "NRP Software Development Team",
"contributors": [
"Claudio Sousa",
"Luc Guyot"
],
"license": "ISC"
}