-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "anno-webapi",
"version": "1.0.0",
"description": "Annotation webapi backend project",
"main": "bin/www",
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"connect-pause": "^0.1.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"formidable": "^1.2.1",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.4.0",
"morgan": "^1.9.1",
"nodemon": "^1.18.9",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"python-shell": "^1.0.7",
"serve-favicon": "^2.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./bin/www --host 192.168.137.119"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/tobilab/anno-api-webserver.git"
},
"author": "Tobias Wagner",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/tobilab/anno-api-webserver/issues"
},
"homepage": "https://gitlab.com/tobilab/anno-api-webserver#README"
}