UNPKG

gerrit-event-emitter

Version:
43 lines (42 loc) 994 B
{ "name": "gerrit-event-emitter", "description": "A thin wrapper of gerrit-stream.", "version": "0.2.0", "homepage": "https://github.com/shiwano/gerrit-event-emitter", "author": { "name": "Shogo Iwano", "email": "shiwano@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/shiwano/gerrit-event-emitter.git" }, "bugs": { "url": "https://github.com/shiwano/gerrit-event-emitter/issues" }, "license": "MIT", "main": "lib/gerrit-event-emitter", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "$(npm bin)/grunt test" }, "devDependencies": { "chai": "~4.2.0", "grunt": "~1.0.3", "grunt-contrib-jshint": "~2.0.0", "grunt-contrib-nodeunit": "~2.0.0", "grunt-contrib-watch": "~1.1.0", "grunt-mocha-cli": "~4.0.0", "sinon": "~7.2.7" }, "keywords": [ "gerrit" ], "dependencies": { "eventemitter2": "~5.0.1", "inflection": "~1.12.0", "gerrit-stream": "0.0.1" } }