mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-02 15:33:32 +00:00
36 lines
915 B
JSON
36 lines
915 B
JSON
{
|
|
"name": "npmplus",
|
|
"version": "0.0.0",
|
|
"description": "A beautiful interface for creating Nginx endpoints",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@apidevtools/json-schema-ref-parser": "11.5.4",
|
|
"ajv": "6.12.6",
|
|
"archiver": "7.0.0",
|
|
"batchflow": "0.4.0",
|
|
"bcrypt": "5.1.1",
|
|
"body-parser": "1.20.2",
|
|
"compression": "1.7.4",
|
|
"express": "4.18.3",
|
|
"express-fileupload": "1.4.3",
|
|
"gravatar": "1.8.2",
|
|
"jsonwebtoken": "9.0.2",
|
|
"knex": "3.1.0",
|
|
"liquidjs": "10.10.1",
|
|
"lodash": "4.17.21",
|
|
"moment": "2.30.1",
|
|
"mysql": "2.18.1",
|
|
"node-rsa": "1.1.1",
|
|
"objection": "3.1.4",
|
|
"path": "0.12.7",
|
|
"signale": "1.4.0",
|
|
"sqlite3": "5.1.6"
|
|
},
|
|
"author": "Jamie Curnow <jc@jc21.com> and ZoeyVid <zoeyvid@zvcdn.de>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"eslint": "8.57.0",
|
|
"eslint-plugin-align-assignments": "1.1.2"
|
|
}
|
|
}
|