mma-website/package.json

16 lines
375 B
JSON

{
"name": "mma_website_docker",
"version": "0.2.0",
"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"
}
}