This commit is contained in:
Tyrel Souza 2017-11-27 22:01:05 -05:00
parent 76f358bead
commit 05b173a528

View File

@ -2,9 +2,10 @@
"name": "node-web-server", "name": "node-web-server",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "server.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",