-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 988 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 988 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "FOCOLAB",
"version": "1.0.0",
"description": "Lab data store app by the Foundations of Cognition lab at UCSF",
"engines": {
"node": "8.9.1"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/focolab/minimo.git"
},
"keywords": [
"foco",
"minio",
"mongodb"
],
"author": "Raymond Dunn",
"contributors": [
"Saul Kato anything@saulkato.com",
"Jackson Borchardt jackson.borchardt@gmail.com"
],
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/focolab/minimo/issues"
},
"homepage": "https://github.com/focolab/minimo",
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^2.7.4",
"express": "^4.17.1",
"express-session": "^1.17.1",
"minio": "^7.0.16",
"mongodb": "^3.1.13",
"mongoose": "^5.10.3",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"uuid": "^8.3.0",
"xmlhttprequest": "^1.8.0"
}
}