2023-01-02 19:19:30 +00:00
|
|
|
{
|
|
|
|
"name": "mma_website_docker",
|
2023-01-02 21:29:17 +00:00
|
|
|
"version": "0.2.0",
|
2023-01-02 19:19:30 +00:00
|
|
|
"description": "Generic Website",
|
|
|
|
"author": "Mahesh Asolkar <mahesh@mahesha.com>",
|
|
|
|
"main": "website.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node website.js"
|
2023-01-02 21:33:34 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.heshapps.com/asolkar/mma-website.git"
|
2023-01-02 19:19:30 +00:00
|
|
|
}
|
|
|
|
}
|