-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
43 lines (43 loc) · 1009 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-chatwork",
"version": "0.3.0",
"description": "A hubot adapter for chatwork",
"main": "src/chatwork",
"scripts": {
"test": "make test"
},
"config": {
"blanket": {
"pattern": "hubot-chatwork/src",
"loader": "./node-loaders/coffee-script"
}
},
"repository": {
"type": "git",
"url": "git://github.com/akiomik/hubot-chatwork.git"
},
"bugs": {
"url": "https://github.com/akiomik/hubot-chatwork/issues"
},
"keywords": [
"hubot",
"chatwork"
],
"author": {
"name": "Akiomi Kamakura",
"email": "akiomik@gmail.com",
"url": "https://github.com/akiomik"
},
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"hubot": ">=2.3.0",
"coffee-script": "~1.6.3",
"chai": "*",
"mocha": "*",
"nock": "~0.23.0",
"blanket": "git://github.com/alex-seville/blanket.git#e8c7207fba8c2e12ea6e4c62006c0d0a09e0d79d",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.11.0"
}
}