API/api.medcify.app/node_modules/pm2/lib/templates/sample-apps/http-server/package.json

12 lines
265 B
JSON
Raw Normal View History

2022-09-26 06:11:44 +00:00
{
"name": "simple-http-server",
"version": "1.0.0",
"description": "Simple HTTP server that can be used in cluster mode",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}