-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 736 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 736 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
{
"name": "scrabble",
"version": "1.0.0",
"description": "Primary server for serving public files for the web application.",
"main": "server.js",
"dependencies": {
"connect": "^3.5.0",
"express": "^4.14.0",
"http-proxy": "^1.15.2",
"serve-static": "^1.11.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "sudo node server.js >> public/server_log.txt 2>&1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RamV13/scrabble.git"
},
"author": "Ram Vellanki",
"license": "ISC",
"bugs": {
"url": "https://github.com/RamV13/scrabble/issues"
},
"homepage": "https://github.com/RamV13/scrabble#readme"
}