minis-data-old/package.json
walamana 901f838551 Added cors
Signed-off-by: walamana <joniogerg@gmail.com>
2018-08-23 15:04:49 +02:00

25 lines
529 B
JSON

{
"name": "miniportalapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"errorhandler": "^1.5.0",
"express": "^4.16.1",
"express-force-ssl": "^0.3.2",
"hashmap": "^2.3.0",
"mysql": "^2.15.0",
"path": "^0.12.7",
"underscore": "^1.9.0",
"uuid": "^3.1.0"
}
}