-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "hubot-github-management",
"description": "A Hubot script for managing your GitHub organization's repositories and teams.",
"version": "2.0.0",
"author": "Chris Contolini <contolini@users.noreply.github.com>",
"license": "CC0",
"keywords": [
"hubot",
"hubot-scripts",
"catops",
"github"
],
"repository": {
"type": "git",
"url": "git://github.com/catops/hubot-github-management.git"
},
"bugs": {
"url": "https://github.com/catops/hubot-github-management/issues"
},
"dependencies": {
"coffee-script": "~1.12",
"github": "^8.2.1",
"hubot": "^2.18.0",
"lodash": "^4.11.2",
"tmp": "0.0.31"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "~0.13.2",
"grunt-release": "~0.14.0",
"hubot": "^2.18.0",
"hubot-mock-adapter": "^1.0.0",
"hubot-mock-adapter-helper": "0.0.1",
"matchdep": "~1.0.1",
"mocha": "^2.4.5",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}