Files
docker-express-hello-world/package.json
Tommy Parnell 06485b64dc init
2016-12-22 14:11:31 -05:00

16 lines
291 B
JSON

{
"name": "express-docker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.14.0"
}
}