UNPKG

1.05 kBJSONView Raw
1{
2 "name": "hubot-jira-bot",
3 "description": "A hubot script for all things JIRA, see README.md for details",
4 "version": "7.1.1",
5 "authors": [
6 "Nino D'Aversa <nino@ndaversa.com>"
7 ],
8 "license": "MIT",
9 "keywords": [
10 "hubot",
11 "hubot-scripts",
12 "slack",
13 "jira",
14 "task",
15 "bug"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "git@github.com:ndaversa/hubot-jira-bot.git"
20 },
21 "bugs": {
22 "url": "https://github.com/ndaversa/hubot-jira-bot/issues"
23 },
24 "dependencies": {
25 "coffee-script": "^1.10.0",
26 "fuse.js": "^2.2.0",
27 "memory-cache": "^0.1.5",
28 "moment": "^2.12.0",
29 "node-dogstatsd": "^0.0.6",
30 "node-fetch": "^1.5.1",
31 "octokat": "^0.5.0-beta.0",
32 "underscore": "^1.8.3"
33 },
34 "main": "index.coffee",
35 "directories": {
36 "test": "test"
37 },
38 "scripts": {
39 "test": "echo \"Error: no test specified\" && exit 1"
40 },
41 "homepage": "https://github.com/ndaversa/hubot-jira-bot",
42 "devDependencies": {},
43 "author": "Nino D'Aversa <nino@ndaversa.com> (http://ndaversa.com)"
44}