27 lines
559 B
JSON
27 lines
559 B
JSON
{
|
|
"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": {
|
|
"bcryptjs": "^2.4.3",
|
|
"body-parser": "^1.18.2",
|
|
"cookie-parser": "^1.4.3",
|
|
"cookie-session": "^1.3.1",
|
|
"express": "^4.15.4",
|
|
"pg": "^7.3.0",
|
|
"pug": "^2.0.0-rc.4",
|
|
"xmlhttprequest": "^1.8.0"
|
|
}
|
|
}
|