11 lines
237 B
JSON
11 lines
237 B
JSON
{
|
|
"name": "mma_website_docker",
|
|
"version": "0.1.0",
|
|
"description": "Generic Website",
|
|
"author": "Mahesh Asolkar <mahesh@mahesha.com>",
|
|
"main": "website.js",
|
|
"scripts": {
|
|
"start": "node website.js"
|
|
}
|
|
}
|