UNPKG

hubot-phabs

Version:

A hubot plugin for communication with a Phabricator instance.

55 lines (54 loc) 1.25 kB
{ "name": "hubot-phabs", "description": "A hubot plugin for communication with a Phabricator instance.", "version": "2.4.12", "author": { "name": "mose", "email": "mose@gandi.net", "url": "https://github.com/mose" }, "license": "MIT", "keywords": [ "hubot", "hubot-scripts", "phabricator" ], "repository": { "type": "git", "url": "git://github.com/Gandi/hubot-phabs.git" }, "bugs": { "url": "https://github.com/Gandi/hubot-phabs/issues" }, "dependencies": { "bluebird": "^3.4.6", "moment": ">= 2.14.1" }, "peerDependencies": { "hubot": "2.x", "coffee-script": "~1.6" }, "devDependencies": { "chai": "~3.5.0", "codeclimate-test-reporter": "~0.3.3", "coffee-coverage": "~1.0.1", "coffee-script": "~1.6", "coffeelint": "~1.15.7", "coveralls": "~2.11.12", "es6-promise": "~3.2.1", "hubot": "2.x", "hubot-auth": "^2.0.0", "hubot-test-helper": "~1.4.4", "istanbul": "~0.4.4", "mocha": "~3.0.2", "nock": "~8.0.0", "sinon": "~1.4.2", "sinon-chai": "~2.8.0", "sloc": "^0.2.0" }, "scripts": { "test": "make test", "posttest": "coffeelint lib/* scripts/* test/* index.coffee" }, "main": "index.js" }