jetstream-microservice
Version:
Jetstream Node Package for easy implementation of Jetstream microservices
49 lines (48 loc) • 1.51 kB
JSON
{
"name": "jetstream-microservice",
"version": "0.1.8",
"description": "Jetstream Node Package for easy implementation of Jetstream microservices",
"main": "index.js",
"scripts": {
"test": "istanbul -x=\"**/lib/**\" cover ./node_modules/mocha/bin/_mocha ./test/**/*.js -- --reporter mocha-junit-reporter && istanbul report cobertura",
"test:detailed": "istanbul -x=\"**/lib/**\" cover ./node_modules/mocha/bin/_mocha ./test/**/*.js -- && istanbul report cobertura"
},
"keywords": [
"Microservices",
"Jetstream",
"Kantar"
],
"author": "David Dyke",
"contributors": [
{
"name": "Michał Piasecki",
"email": "michal.piasecki@kantar.com"
}
],
"license": "ISC",
"dependencies": {
"amqplib": "^0.5.0",
"express": "^4.14.0",
"guid": "0.0.12",
"jsonwebtoken": "^7.3.0",
"request": "^2.74.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"expect.js": "^0.3.1",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^0.13.2",
"gulp-mocha": "^2.2.0",
"gulp-uglify": "^1.5.3",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"sinon": "^6.0.0",
"sinon-chai": "^3.2.0",
"sinon-express-mock": "^2.0.4",
"superagent": "^0.18.2"
}
}