-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 725 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
{
"name": "eos-missionboard",
"version": "1.0.0",
"description": "An unofficial mission Controlboard for Eos, a sci-fi larp in the Netherlands",
"main": "index.js",
"directories": {
"doc": "docs"
},
"main": "stratios.js",
"scripts": {
"start": "node stratios.js",
"test": "MAATI ONLINE"
},
"repository": {
"type": "git",
"url": "eos-missionboard"
},
"author": "Thijs Boerma",
"license": "ISC",
"bugs": {
"url": "https://github.com/goblinbot/eos-missionboard/issues"
},
"homepage": "https://github.com/goblinbot/eos-missionboard#readme",
"dependencies": {
"body-parser": "^1.18.1",
"express": "^4.15.4",
"jquery": "^3.2.1",
"socket.io": "^2.0.3"
}
}