UNPKG

1.25 kBJSONView Raw
1{
2 "name": "hubot-phabs",
3 "description": "A hubot plugin for communication with a Phabricator instance.",
4 "version": "2.4.9",
5 "author": {
6 "name": "mose",
7 "email": "mose@gandi.net",
8 "url": "https://github.com/mose"
9 },
10 "license": "MIT",
11 "keywords": [
12 "hubot",
13 "hubot-scripts",
14 "phabricator"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/Gandi/hubot-phabs.git"
19 },
20 "bugs": {
21 "url": "https://github.com/Gandi/hubot-phabs/issues"
22 },
23 "dependencies": {
24 "bluebird": "^3.4.6",
25 "moment": ">= 2.14.1"
26 },
27 "peerDependencies": {
28 "hubot": "2.x",
29 "coffee-script": "~1.6"
30 },
31 "devDependencies": {
32 "chai": "~3.5.0",
33 "codeclimate-test-reporter": "~0.3.3",
34 "coffee-coverage": "~1.0.1",
35 "coffee-script": "~1.6",
36 "coffeelint": "~1.15.7",
37 "coveralls": "~2.11.12",
38 "es6-promise": "~3.2.1",
39 "hubot": "2.x",
40 "hubot-auth": "^2.0.0",
41 "hubot-test-helper": "~1.4.4",
42 "istanbul": "~0.4.4",
43 "mocha": "~3.0.2",
44 "nock": "~8.0.0",
45 "sinon": "~1.4.2",
46 "sinon-chai": "~2.8.0",
47 "sloc": "^0.2.0"
48 },
49 "scripts": {
50 "test": "make test",
51 "posttest": "coffeelint lib/* scripts/* test/* index.coffee"
52 },
53 "main": "index.js"
54}