forked from LeoBadeaux/majorityrules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 708 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 708 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
{
"name": "majorityrules",
"version": "1.0.0",
"description": "Majority Rules App.",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeoBadeaux/majorityrules.git"
},
"author": "Majority Ruels",
"license": "ISC",
"bugs": {
"url": "https://github.com/LeoBadeaux/majorityrules/issues"
},
"homepage": "https://github.com/LeoBadeaux/majorityrules#readme",
"dependencies": {
"dollars-to-cents": "^1.0.3",
"ejs": "^3.1.6",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"node-media-server": "^2.3.8",
"nodemon": "^2.0.12",
"ws": "^8.5.0",
"wss": "^3.3.4"
}
}