openhim-mediator-shell-script
Version:
OpenHIM Mediator for executing shell scripts
54 lines (53 loc) • 1.43 kB
JSON
{
"name": "openhim-mediator-shell-script",
"version": "1.0.1",
"description": "OpenHIM Mediator for executing shell scripts",
"author": "Jembi Health Systems NPC",
"homepage": "https://github.com/jembi/openhim-mediator-shell-script",
"repository": {
"type": "git",
"url": "git://github.com/jembi/openhim-mediator-shell-script.git"
},
"bugs": {
"url": "https://github.com/jembi/openhim-mediator-shell-script/issues"
},
"scripts": {
"start": "node lib",
"prepublish": "grunt build",
"test": "grunt test"
},
"bin": {
"openhim-mediator-shell-script": "./bin/openhim-mediator-shell-script.js"
},
"main": "lib/index.js",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"moment": "^2.11.2",
"openhim-mediator-utils": "^0.2.2",
"request": "^2.65.0",
"source-map-support": "^0.4.0",
"stdio": "^0.2.7",
"winston": "^2.2.0"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"coffeelint": "^1.14.2",
"grunt": "^0.4.5",
"grunt-coffeelint": "^0.0.15",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.4",
"grunt-express-server": "^0.5.2",
"grunt-mocha-cli": "^2.0.0",
"should": "^8.2.2"
},
"keywords": [
"openhim",
"mediator",
"bash"
],
"license": "MPL-2.0"
}