-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.55 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.55 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "cs132finalproject",
"version": "1.0.0",
"description": "A Vehicle Reservation Webapp for Rhode Island DEM",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jimmy-niu/cs132FinalProject.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jimmy-niu/cs132FinalProject/issues"
},
"homepage": "https://github.com/jimmy-niu/cs132FinalProject#readme",
"dependencies": {
"any-db": "^2.2.1",
"any-db-sqlite3": "^2.1.4",
"benchmark": "^2.1.4",
"body-parser": "^1.18.2",
"consolidate": "^0.15.1",
"cookie-parser": "^1.4.3",
"dateformat": "^3.0.3",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"flatpickr": "^4.4.4",
"hogan": "^1.0.2",
"hogan-express": "^0.5.2",
"hogan.js": "^3.0.2",
"json-csv": "^1.5.0",
"method-override": "^2.3.10",
"mocha": "^5.1.1",
"moment": "^2.22.1",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"node-outlook": "^1.1.8",
"nodemailer": "^4.6.4",
"passport": "^0.4.0",
"passport-outlook": "^2.1.0",
"pug": "^2.0.3",
"querystring": "^0.2.0",
"redis-server": "^1.2.0",
"replace": "^0.3.0",
"sendmail": "^1.4.1",
"should": "^13.2.1",
"simple-oauth2": "^1.5.2",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
"socket.io-emitter": "^3.1.1",
"socket.io-redis": "^5.2.0",
"sqlite3": "^4.0.0"
}
}