forked from tannerkrewson/lansite
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 811 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 811 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
{
"name": "lansite",
"version": "0.4.0",
"description": "Lansite is web app made for smaller LAN parties. It is designed to be a simple, central information hub for all attendees.",
"main": "server.js",
"dependencies": {
"express": "^4.13.3",
"express-handlebars": "^3.1.0",
"passport": "^0.4.1",
"passport-steam": "^1.0.12",
"socket.io": "^2.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tannerkrewson/Lansite"
},
"author": "Tanner Krewson",
"license": "MIT",
"bugs": {
"url": "https://github.com/tannerkrewson/Lansite/issues"
},
"homepage": "https://github.com/tannerkrewson/Lansite#readme"
}