-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1 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
{
"name": "Xcodepath",
"version": "0.0.1",
"description": " E-Learning application",
"engines": {
"node": "6.11.1"
},
"main": "index.js",
"scripts": {
"start": "node api.js",
"test": "mocha --recursive"
},
"dependencies": {
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"cors": "^2.8.4",
"crypto-js": "^3.1.9-1",
"express": "^4.17.1",
"express-fileupload": "^0.4.0",
"express-jwt": "^5.3.0",
"g": "^2.0.1",
"jsonwebtoken": "^8.1.1",
"knex": "^0.14.3",
"mkdirp": "^0.5.1",
"morgan": "^1.9.0",
"multer": "^1.4.2",
"mysql": "^2.15.0",
"nodemailer": "^4.6.0",
"nodemon": "^1.15.0",
"passport-http-bearer": "^1.0.1",
"sharp": "^0.23.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"request": "^2.88.0",
"should": "^13.2.3",
"supertest": "^3.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ltphen"
},
"keywords": [
"node",
"mvc",
"express"
],
"license": "MIT"
}