-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
44 lines (44 loc) · 1.04 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
{
"//1": "An example of running the MIRNet-TFJS",
"//2": "https://github.com/Rishit-dagli/MIRNet-TFJS",
"name": "mirnet-tfjs",
"version": "0.0.1",
"description": "An example of running the the MIRNet model to enhance low-light images on the web.",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon node ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/Rishit-dagli/MIRNet-TFJS"
},
"dependencies": {
"@tensorflow/tfjs-backend-cpu": "2.8.1",
"@tensorflow/tfjs-node": "^2.8.1",
"busboy": "^0.3.1",
"compression": "1.7.4",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"formidable": "1.2.2",
"helmet": "4.2.0",
"morgan": "~1.9.1",
"node-fetch": "2.6.1"
},
"keywords": [
"tfjs",
"express",
"mirnet-tfjs"
],
"contributors": [
"Rishit Dagli",
"Omkar Agrawal"
],
"license": "Apache-2.0",
"devDependencies": {
"dotenv": "8.2.0",
"image-js": "^0.31.3",
"nodemon": "2.0.6"
}
}