You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
511 B
22 lines
511 B
{
|
|
"name": "swarmlab.io",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www",
|
|
"debug": "nodemon --inspect ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"ejs": "~2.6.1",
|
|
"express": "~4.16.1",
|
|
"express-session": "^1.17.1",
|
|
"http-errors": "~1.6.3",
|
|
"i18next": "^19.6.2",
|
|
"i18next-express-middleware": "^2.0.0",
|
|
"i18next-node-fs-backend": "^2.1.3",
|
|
"morgan": "~1.9.1",
|
|
"nodemon": "^2.0.4"
|
|
}
|
|
}
|
|
|