-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
69 lines (69 loc) · 1.78 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
{
"name": "shikshalokam",
"version": "1.0.0",
"description": "shikshalokam",
"main": "app.js",
"bin": {
"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": "Akash Shah <[email protected]>",
"license": "ISC",
"dependencies": {
"@elastic/elasticsearch": "^7.7.1",
"body-parser": "^1.18.2",
"bunyan": "^1.8.12",
"cache-manager": "^2.9.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cli-table": "^0.3.1",
"commander": "^2.20.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"csvtojson": "^2.0.8",
"dotenv": "^6.1.0",
"express": "^4.16.3",
"express-cassandra": "^2.3.2",
"express-fileupload": "^0.4.0",
"express-validator": "^5.3.1",
"extendify": "^1.0.0",
"fn-args": "^4.0.0",
"form-urlencoded": "^3.0.0",
"fs": "0.0.1-security",
"fs-extra": "^7.0.1",
"glob": "^6.0.4",
"json2csv": "^4.3.1",
"jsonwebtoken": "^8.3.0",
"jwt-decode": "^2.2.0",
"kafka-node": "^4.1.3",
"keycloak-auth-utils": "^3.3.0",
"log": "^1.4.0",
"mathjs": "^5.2.3",
"mkdir": "0.0.2",
"mocha": "^6.2.2",
"moment-timezone": "^0.5.23",
"mongodb": "^3.2.3",
"mongoose": "^5.7.12",
"mongoose-autopopulate": "^0.6.1",
"mongoose-delete": "^0.5.3",
"mongoose-timestamp": "^0.6.0",
"mongoose-ttl": "0.0.3",
"morgan": "^1.9.0",
"p-each-series": "^2.1.0",
"path": "^0.12.7",
"request": "^2.88.0",
"require-all": "^2.2.0",
"uuid": "^3.3.2",
"yaml-js": "^0.1.3"
},
"devDependencies": {}
}