-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 917 Bytes
/
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
{
"name": "modified-sam-based-me-annotation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"build": "gulp build",
"build-prod": "NODE_ENV=production gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RDPerera/Modified-SAM-Based-ME-Annotation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RDPerera/Modified-SAM-Based-ME-Annotation/issues"
},
"homepage": "https://github.com/RDPerera/Modified-SAM-Based-ME-Annotation#readme",
"dependencies": {
"body-parser": "^1.19.1",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.2",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.2",
"pg": "^8.7.1",
"virtual-serialport": "^4.0.1"
},
"devDependencies": {
"serialport": "^10.4.0"
}
}