-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
53 lines (53 loc) · 1.12 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
{
"name": "hubot-auth",
"description": "Assign roles to users and restrict command access in other scripts",
"version": "2.1.0",
"author": "Alex Williams (http://github.com/aw)",
"contributors": [
"technicalpickles",
"tombell",
"robertfwest",
"superkarn",
"omares",
"rafaelfranca",
"mizzy",
"jhubert",
"davereid",
"patcon",
"therealklanni",
"ceci-woodward"
],
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"authentication",
"roles"
],
"repository": {
"type": "git",
"url": "git://github.com/hubot-scripts/hubot-auth.git"
},
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-auth/issues"
},
"dependencies": {
"coffee-script": "^1.10.0"
},
"devDependencies": {
"chai": "^3.5.0",
"co": "^4.6.0",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "^0.13.0",
"hubot": "^2.18.0",
"hubot-test-helper": "^1.4.4",
"matchdep": "^1.0.1",
"mocha": "^2.4.5"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}