-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "hubot-idobata",
"version": "0.4.0",
"description": "Idobata adapter for GitHub's Hubot",
"main": "./src/idobata",
"scripts": {
"test": "mocha --require espower-coffee/guess --compilers coffee:coffee-script/register test"
},
"repository": {
"type": "git",
"url": "[email protected]:idobata/hubot-idobata.git"
},
"keywords": [
"Idobata",
"hubot"
],
"author": "Eiwa System Management, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/idobata/hubot-idobata/issues"
},
"homepage": "https://github.com/idobata/hubot-idobata",
"dependencies": {
"eventsource": "badunk/eventsource-node#bugfix/reconnect-multiply-tests",
"parent-require": "^1.0.0",
"request": "~2.81.0"
},
"devDependencies": {
"chai": "~4.0.1",
"coffee-script": "~1.12.5",
"espower-coffee": "~1.1.0",
"hubot": ">= 2.7",
"memory-streams": "^0.1.0",
"mocha": "~3.4.1",
"nock": "~9.0.6",
"power-assert": "~1.4.2",
"sinon": "~2.3.0"
},
"directories": {
"test": "test/"
},
"engines": {
"node": ">= 0.10",
"npm": ">= 1.2.8000"
}
}