UNPKG

generator-mediator-js

Version:
43 lines (42 loc) 969 B
{ "name": "generator-mediator-js", "version": "1.0.0", "description": "OpenHIM Mediator generator for Node.js", "license": "MPL-2.0", "main": "app/index.js", "author": "Jembi Health Systems (https://github.com/jembi)", "contributors": [ "Martin Brocker <martin@jembi.org> (https://github.com/BMartinos)", "Andrew Napier <andrew.napier@jembi.org> (https://github.com/NapierGit)" ], "repository": { "type": "git", "url": "git://github.com/jembi/openhim-mediator-yeoman-generators.git" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "app" ], "keywords": [ "yeoman-generator", "OpenHIM", "OpenHIE", "Interoperability" ], "dependencies": { "node-uuid": "^1.4.2", "yeoman-generator": "^0.23.0", "yosay": "^0.3.0", "chalk": "^1.1.3" }, "devDependencies": { "mocha": "*", "yeoman-test": "^1.4.0", "yeoman-assert": "^2.2.1" } }