-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
54 lines (54 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "hubot-phabs",
"description": "A hubot plugin for communication with a Phabricator instance.",
"version": "2.4.11",
"author": {
"name": "mose",
"email": "[email protected]",
"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"
}