hmserver
Version:
Express NodeJS
34 lines (33 loc) • 689 B
JSON
{
"name": "hmserver",
"version": "1.1.3",
"description": "Express NodeJS",
"main": "command.js",
"bin": {
"maidani": "cli.js"
},
"scripts": {
"createMaidani": "node ./cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KMidani/HMServer.git"
},
"keywords": [
"Express",
"NodeJS",
"Starter",
"Kit"
],
"author": "KHM",
"license": "MIT",
"bugs": {
"url": "https://github.com/KMidani/HMServer/issues"
},
"homepage": "https://github.com/KMidani/HMServer#readme",
"dependencies": {
"child_process": "^1.0.2",
"fs-extra": "^8.1.0"
}
}