-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 811 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 811 Bytes
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
{
"name": "eyantra-stroke",
"version": "1.0.0",
"description": "server side for eYantra Project",
"main": "app.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nCheck/eyantra-stroke.git"
},
"dependencies": {
"@tensorflow/tfjs": "^0.14.1",
"body-parser": "^1.15.2",
"cookie-parser": "~1.4.3",
"csvtojson": "^2.0.8",
"debug": "~2.2.0",
"ejs": "^2.6.1",
"express": "~4.14.0",
"mongoose": "^5.4.0",
"morgan": "~1.7.0",
"multer": "^1.4.1",
"path": "^0.12.7",
"request": "^2.88.0"
},
"author": "nCheck & ashleylobo",
"license": "ISC",
"bugs": {
"url": "https://github.com/nCheck/eyantra-stroke/issues"
},
"homepage": "https://github.com/nCheck/eyantra-stroke#readme"
}