ccashfrontend/package.json
2021-04-20 11:20:15 +10:00

37 lines
851 B
JSON

{
"dependencies": {
"connect-flash": "^0.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-messages": "^1.0.1",
"express-session": "^1.17.1",
"express-validator": "5.3.1",
"got": "^11.8.2",
"https": "^1.0.0",
"memorystore": "*",
"path": "^0.12.7",
"pug": "^3.0.2",
"url": "^0.11.0",
"validator": "^13.5.2"
},
"name": "ccashfrontend",
"description": "",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Expand-sys/ccashfrontend.git"
},
"author": "Expand",
"license": "ISC",
"bugs": {
"url": "https://github.com/Expand-sys/ccashfrontend/issues"
},
"homepage": "https://github.com/Expand-sys/ccashfrontend#readme",
"engines": {
"node": "15.x"
}
}