forked from OKEAMAH/deadpeople
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 920 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 920 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
{
"name": "deadpeople",
"version": "1.0.0",
"description": "## CPSC 376 Digital Humanities FInal Project ### Claire, Elle, Michaela, Shea",
"main": "index.js",
"scripts": {
"make": "cd ../vue_src && npm run build && cd ../node_src && node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sketsdever/deadpeople.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sketsdever/deadpeople/issues"
},
"homepage": "https://github.com/sketsdever/deadpeople#readme",
"dependencies": {
"cas-authentication": "0.0.8",
"connect-ensure-login": "^0.1.1",
"express": "^5.1.0",
"express-session": "^1.15.6",
"leaflet": "^1.3.4",
"passport": "^0.4.0",
"passport-cas": "^0.1.1",
"path": "^0.12.7",
"pg": "^7.6.1",
"vue-router": "^3.0.2"
}
}