forked from project-sunbird/ml-core-service
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.14 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
{
"name": "Shikshalokam-Kendra-Service",
"version": "1.0.0",
"description": "shikshalokam",
"main": "app.js",
"bin": {
"kendra-migrations": "module/migrations/bin/migrations.js"
},
"scripts": {
"test": "mocha --timeout 10000",
"start": "node app.js",
"dev": "nodemon app.js",
"coverage": " nyc --reporter=lcov mocha --timeout 10000 test --exit"
},
"keywords": [
"shikshalokam",
"Learning Management System"
],
"author": "Shikshalokam <[email protected]>",
"license": "ISC",
"dependencies": {
"@azure/storage-blob": "^12.1.1",
"@elastic/elasticsearch": "^6.7.1",
"@google-cloud/storage": "^4.3.1",
"adm-zip": "^0.4.14",
"aws-sdk": "^2.624.0",
"body-parser": "^1.18.2",
"bunyan": "^1.8.12",
"bunyan-format": "^0.2.1",
"cache-manager": "^2.9.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cli-table": "^0.3.1",
"commander": "^2.20.0",
"cors": "^2.8.4",
"csvtojson": "^2.0.10",
"dotenv": "^6.2.0",
"ejs": "^3.0.1",
"express": "^4.16.3",
"express-cassandra": "^2.3.2",
"express-fileupload": "^0.4.0",
"express-validator": "^5.3.1",
"firebase-admin": "^8.8.0",
"fn-args": "^4.0.0",
"form-urlencoded": "^3.0.2",
"fs": "0.0.1-security",
"fs-extra": "^7.0.1",
"i18next": "^19.0.0",
"i18next-express-middleware": "^1.8.2",
"i18next-node-fs-backend": "^2.1.3",
"json2csv": "^4.5.4",
"jsonwebtoken": "^8.3.0",
"jwt-decode": "^2.2.0",
"kafka-node": "^5.0.0",
"keycloak-auth-utils": "^3.3.0",
"log": "^1.4.0",
"mocha": "^6.2.2",
"moment-timezone": "^0.5.23",
"mongodb": "^3.2.3",
"mongoose": "^5.0.17",
"mongoose-autopopulate": "^0.6.1",
"mongoose-delete": "^0.5.3",
"mongoose-timestamp": "^0.6.0",
"mongoose-ttl": "0.0.3",
"node-schedule": "^1.3.2",
"nodemailer": "^6.4.1",
"nyc": "^15.1.0",
"p-each-series": "^2.1.0",
"path": "^0.12.7",
"request": "^2.88.0",
"require-all": "^2.2.0",
"uuid": "^8.3.2",
"xml-js": "^1.6.11"
},
"devDependencies": {
"grunt-apidoc": "^0.11.0",
"gulp": "^4.0.2",
"gulp-apidoc": "^0.2.8"
}
}