-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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": "AIAutoCarClassifier",
"version": "1.0.0",
"description": "A web application to identify cars in images by make, model, year and body type",
"scripts": {
"start": "node ./bin/www",
"test": "nyc mocha test --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/cos301-2019-se/AI-Auto-Car-Classifier/"
},
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"base64-img": "^1.0.4",
"body-parser": "^1.19.0",
"cloudinary": "^1.14.0",
"color-namer": "^1.3.0",
"cors": "^2.8.5",
"deasync": "^0.1.15",
"dotenv": "^8.1.0",
"download-to-file": "^2.1.0",
"express": "^4.17.1",
"fileset": "^2.0.3",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"image-to-base64": "^2.0.1",
"jimp": "^0.6.4",
"jsonwebtoken": "^8.5.1",
"mssql": "^5.1.0",
"multer": "^1.4.2",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"path": "^0.12.7",
"request": "^2.88.0",
"sequelize": "^5.15.1"
},
"devDependencies": {
"mocha": "^6.1.4",
"nodemon": "^1.19.1",
"nyc": "^14.1.1",
"sequelize-cli": "^5.5.0",
"should": "^13.2.3",
"supertest": "^4.0.2"
}
}