homepage.js/package.json

29 lines
593 B
JSON
Raw Normal View History

2023-02-13 02:16:46 +01:00
{
"name": "homepage.js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2023-02-18 16:03:09 +01:00
"test": "mocha './test'",
2023-02-13 02:16:46 +01:00
"dev": "gulp serve_dev",
"prod": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2023-02-18 16:29:43 +01:00
"cookie-encrypter": "^1.0.1",
"cookie-parser": "^1.4.6",
2023-02-18 16:03:09 +01:00
"crc-32": "^1.2.2",
2023-02-13 02:16:46 +01:00
"dotenv": "^16.0.3",
"express": "^4.18.2",
2023-02-18 16:03:09 +01:00
"express-session": "^1.17.3",
2023-02-13 02:38:15 +01:00
"glob": "^8.1.0",
2023-02-18 16:03:09 +01:00
"gulp": "^4.0.2",
"js-base64": "^3.7.5",
"mocha": "^10.2.0",
2023-02-18 14:41:24 +01:00
"pug": "^3.0.2",
2023-02-18 16:03:09 +01:00
"unit.js": "^2.1.1"
2023-02-13 02:16:46 +01:00
}
}