P8-ExchangeService/package.json
2018-12-25 17:40:02 +03:00

39 lines
1.0 KiB
JSON

{
"name": "parus_exchange_service",
"version": "1.0.0",
"description": "Parus 8 and WEB API integration platform",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CITKParus/ExchangeService.git"
},
"author": "CITK Parus",
"license": "ISC",
"bugs": {
"url": "https://github.com/CITKParus/ExchangeService/issues"
},
"homepage": "https://github.com/CITKParus/ExchangeService#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"js2xmlparser": "^3.0.0",
"lodash": "^4.17.11",
"module-alias": "^2.1.0",
"nodemailer": "^4.7.0",
"oracledb": "^2.3.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"validate": "^4.5.1",
"xml2js": "^0.4.19"
},
"_moduleAliases": {
"@core": "core",
"@modules": "modules",
"@models": "models"
}
}