This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.71 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
55
56
57
58
59
60
61
62
{
"name": "hubot-slack-github-issues",
"version": "1.0.2",
"description": "Hubot script using the Slack Real Time Messaging API to file GitHub issues",
"main": "index.js",
"bin": {
"hubot-slack-github-issues": "./bin/hubot-slack-github-issues"
},
"engines": {
"node": ">=4.2"
},
"dependencies": {},
"peerDependencies": {
"hubot": "2.x",
"hubot-slack": "3.x"
},
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"chai-things": "^0.2.0",
"codeclimate-test-reporter": "^0.1.1",
"coffee-script": "^1.10.0",
"coveralls": "^2.11.6",
"eslint": "^2.1.0",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"hubot": "^2.17.0",
"hubot-slack": "^3.4.2",
"hubot-test-helper": "^1.3.0",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"slack-client": "^1.5.1",
"temp": "^0.8.3",
"yargs": "^3.31.0"
},
"scripts": {
"test": "gulp test",
"lint": "gulp lint",
"report-cov-cc": "codeclimate-test-reporter < coverage/lcov.info",
"report-coveralls": "coveralls < coverage/lcov.info",
"browserify-validator": "browserify config-validator/index.js -o config-validator/config-validator.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/18F/hubot-slack-github-issues.git"
},
"keywords": [
"hubot",
"slack",
"github"
],
"author": "Mike Bland <michael.bland@gsa.gov> (https://18f.gsa.gov/)",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/18F/hubot-slack-github-issues/issues"
},
"homepage": "https://github.com/18F/hubot-slack-github-issues#readme"
}