UNPKG

crisp-status-reporter

Version:
45 lines (44 loc) 1.07 kB
{ "name": "crisp-status-reporter", "description": "Crisp Status Reporter for Node.", "version": "1.2.2", "homepage": "https://github.com/crisp-im/node-crisp-status-reporter", "license": "MIT", "author": { "name": "Valerian Saliou", "email": "valerian@valeriansaliou.name", "url": "https://valeriansaliou.name/" }, "repository": { "type": "git", "url": "git://github.com/crisp-im/node-crisp-status-reporter.git" }, "bugs": { "url": "https://github.com/crisp-im/node-crisp-status-reporter/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/crisp-im/node-crisp-status-reporter/blob/master/LICENSE" } ], "main": "lib/crisp_status_reporter", "engines": { "node": ">= 4.0.0" }, "scripts": { "test": "check-build && istanbul cover _mocha" }, "devDependencies": { "check-build": "2.8.2", "mocha": "3.5.0", "mocha-lcov-reporter": "1.3.0", "istanbul": "0.4.5" }, "keywords": [ "crisp", "microservices", "monitoring", "integration" ] }