forked from lmarkus/hubot-conversation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1002 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
44
{
"name": "hubot-conversation",
"version": "1.1.0",
"description": "A utility for having conversation sessions with Hubot",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lmarkus/hubot-conversation.git"
},
"keywords": [
"hubot",
"slack",
"conversation",
"session"
],
"author": "@lmarkus",
"license": "ISC",
"bugs": {
"url": "https://github.com/lmarkus/hubot-conversation/issues"
},
"homepage": "https://github.com/lmarkus/hubot-conversation#readme",
"devDependencies": {
"chai": "^3.3.0",
"coffee-script": "^1.10.0",
"eslint": "^1.5.1",
"grunt": "^0.4.5",
"grunt-eslint": "^17.2.0",
"grunt-mocha-istanbul": "^3.0.1",
"hubot": "^2.16.0",
"istanbul": "^0.3.21",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.3",
"pre-commit": "^1.1.1"
},
"dependencies": {
"debuglog": "^1.0.1"
}
}