UNPKG

openhim-core

Version:

The OpenHIM core application that provides logging and routing of http requests

93 lines (92 loc) 2.37 kB
{ "name": "openhim-core", "description": "The OpenHIM core application that provides logging and routing of http requests", "version": "1.4.0", "main": "./lib/server.js", "bin": { "openhim-core": "./bin/openhim-core.js" }, "license": "MPL-2.0", "engines": { "node": ">=0.12.0" }, "dependencies": { "agenda": "^0.6.26", "basic-auth": "^1.0.0", "bcryptjs": "^2.0.0", "co": "^4.1.0", "cookie": "^0.1.2", "email-templates": "^2.0.0-beta", "forever-monitor": "^1.5.2", "form-data": "^0.2.0", "glossy": "^0.1.7", "handlebars": "^3.0.3", "http-status": "^0.2.0", "koa": "0.21.0", "koa-basic-auth": "^1.1.2", "koa-body-parser": "^1.1.0", "koa-compress": "^1.0.8", "koa-cors": "0.0.16", "koa-request": "^1.0.0", "koa-route": "^2.4.0", "koa-statsd": "^0.0.2", "moment": "^2.8.4", "mongoose": "4.0.2", "nconf": "^0.7.1", "node-uuid": "^1.4.1", "nodemailer": "^1.3.2", "pem": "andris9/pem#9e23b9266194a11b26aae5c966b5a2d023fd02c2", "q": "^1.1.2", "rand-token": "^0.2.1", "raw-body": "^2.1.2", "request": "^2.51.0", "semver": "^4.3.6", "source-map-support": "^0.3.2", "statsd-client": "^0.1.0", "winston": "^1.0.1", "xml2js": "^0.4.5", "xmldom": "^0.1.19", "xpath": "0.0.9" }, "devDependencies": { "coffee-script": "^1.9.1", "coffeelint": "1.11.1", "finalhandler": "^0.4.0", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-coffeelint": "^0.0.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-watch": "^0.6.1", "grunt-mocha-cli": "^1.11.0", "mocha": "^2.1.0", "mongodb": "^2.0.36", "serve-static": "^1.9.3", "should": "^7.0.1", "sinon": "^1.12.2", "sinon-es6": "^0.0.3", "supertest": "1.0.1" }, "scripts": { "prepublish": "grunt build", "test": "grunt test", "start": "grunt build && node --harmony lib/server.js" }, "repository": { "type": "git", "url": "https://github.com/jembi/openhim-core-js.git" }, "keywords": [ "openhim", "hie", "interoperability", "tls", "atna", "openhie" ], "author": "Jembi Health Systems NPC", "bugs": { "url": "https://github.com/jembi/openhim-core-js/issues" }, "homepage": "http://openhim.org" }