mirror of
https://github.com/bvanroll/example-node-project.git
synced 2025-09-01 21:32:41 +00:00
Initial import
This commit is contained in:
10
package.json
Normal file
10
package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "REPLACE_ME",
|
||||
"version": "1.0.0",
|
||||
"description": "Simple Hello World that listens on localhost:8080",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"no test specified\" && exit 0",
|
||||
"start": "node server.js"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user