adejs/package.json

31 lines
664 B
JSON
Raw Permalink Normal View History

2017-09-23 11:02:29 +02:00
{
"name": "adejs",
"version": "0.0.1",
"description": "Simple access to N7's ADE",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://gitea.tforgione.fr/tforgione/adejs"
},
"keywords": [
"ADE",
"calendar"
],
"author": "Thomas Forgione",
"license": "MIT",
"dependencies": {
2017-09-23 18:20:56 +02:00
"app-module-path": "^2.2.0",
2017-09-23 11:02:29 +02:00
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^1.3.1",
2023-02-10 10:49:33 +01:00
"emailjs": "^4.0.1",
2017-09-23 11:02:29 +02:00
"express": "^4.15.4",
2017-09-24 00:38:12 +02:00
"moment": "^2.18.1",
2023-02-10 10:49:33 +01:00
"os-locale": "^6.0.2",
2017-09-23 11:02:29 +02:00
"pg": "^7.3.0",
2023-02-10 10:49:33 +01:00
"pug": "^3.0.2",
2017-09-23 11:02:29 +02:00
"xmlhttprequest": "^1.8.0"
}
}