mma-ask-app/package.json

11 lines
219 B
JSON
Raw Normal View History

2020-01-27 01:41:23 +00:00
{
"name": "mma_ask_docker_app",
"version": "0.6",
2020-01-27 01:41:23 +00:00
"description": "Ask app",
"author": "Mahesh Asolkar <mahesh@mahesha.com>",
"main": "ask.js",
"scripts": {
"start": "node ask.js"
}
}