@ntlab/sms-gateway-ui
Version:
SMS Gateway Web Interface
42 lines (41 loc) • 1.1 kB
JSON
{
"name": "@ntlab/sms-gateway-ui",
"version": "3.6.0",
"description": "SMS Gateway Web Interface",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tohenk/node-sms-gateway-ui.git"
},
"keywords": [
"sms",
"gateway",
"ui",
"web interface"
],
"author": "Toha <tohenk@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tohenk/node-sms-gateway-ui/issues"
},
"homepage": "https://github.com/tohenk/node-sms-gateway-ui#readme",
"dependencies": {
"@ntlab/express-controller": "^1.0.0",
"@ntlab/express-middleware": "^2.3.1",
"@ntlab/ntjs": "^3.0.0",
"@ntlab/ntjs-assets": "^2.21.0",
"@ntlab/ntjs-repo": "^3.0.1",
"@ntlab/ntlib": "^2.6.2",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.1",
"http-errors": "^2.0.0",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"session-file-store": "^1.5.0",
"terser": "^5.37.0"
}
}