-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "hubot-lgtm",
"description": "Automatically merge pull requests after contributors have given the thumbs up",
"version": "2.1.0",
"author": "Chris Contolini <contolini@users.noreply.github.com>",
"license": "CC0",
"keywords": [
"hubot",
"hubot-scripts",
"github"
],
"repository": {
"type": "git",
"url": "git://github.com/catops/hubot-lgtm.git"
},
"bugs": {
"url": "https://github.com/catops/hubot-lgtm/issues"
},
"dependencies": {
"co": "^4.6.0",
"coffee-script": "~1.10",
"github": "^11.0.0",
"nock": "^8.0.0",
"regex-escape": "^3.4.2"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.13.1",
"hubot": "^2.18.0",
"hubot-test-helper": "^1.4.4",
"matchdep": "~1.0.1",
"mocha": "^2.4.5",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test",
"watch": "grunt watch"
}
}