1 | {
|
2 | "name": "hubot-reviewer-lotto",
|
3 | "version": "0.8.0",
|
4 | "author": "sakatam",
|
5 | "description": "A reviewer lottery script for Hubot",
|
6 | "keywords": [
|
7 | "hubot",
|
8 | "hubot-scripts"
|
9 | ],
|
10 | "license": "MIT",
|
11 | "main": "index.coffee",
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "git://github.com/sakatam/hubot-reviewer-lotto.git"
|
15 | },
|
16 | "dependencies": {
|
17 | "async": "~0.6.2",
|
18 | "coffee-script": "~1.7",
|
19 | "github": "^8.2.1",
|
20 | "underscore": "~1.6.0",
|
21 | "weighted": "^0.2.2"
|
22 | },
|
23 | "bugs": {
|
24 | "url": "https://github.com/sakatam/hubot-reviewer-lotto/issues"
|
25 | },
|
26 | "devDependencies": {
|
27 | "coffee-script": "~1.7.1"
|
28 | },
|
29 | "scripts": {
|
30 | "test": "echo \"Error: no test specified\" && exit 1"
|
31 | }
|
32 | }
|