forked from ndaversa/hubot-jira-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1022 Bytes
/
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
{
"name": "hubot-jira-bot",
"description": "A hubot script for all things JIRA, see README.md for details",
"version": "6.4.0",
"authors": [
"Nino D'Aversa <[email protected]>"
],
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"slack",
"jira",
"task",
"bug"
],
"repository": {
"type": "git",
"url": "[email protected]:ndaversa/hubot-jira-bot.git"
},
"bugs": {
"url": "https://github.com/ndaversa/hubot-jira-bot/issues"
},
"dependencies": {
"coffee-script": "^1.10.0",
"fuse.js": "^2.2.0",
"memory-cache": "^0.1.5",
"moment": "^2.12.0",
"node-fetch": "^1.5.1",
"octokat": "^0.5.0-beta.0",
"underscore": "^1.8.3"
},
"main": "index.coffee",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/ndaversa/hubot-jira-bot",
"devDependencies": {},
"author": "Nino D'Aversa <[email protected]> (http://ndaversa.com)"
}