mma-website/package.json

16 lines
375 B
JSON
Raw Normal View History

2023-01-02 19:19:30 +00:00
{
"name": "mma_website_docker",
"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"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.heshapps.com/asolkar/mma-website.git"
2023-01-02 19:19:30 +00:00
}
}