-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (49 loc) · 860 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
45
46
47
48
49
{
"name": "hubot-todo",
"version": "1.0.11",
"author": {
"name": "vishal singh",
"url": ""
},
"contributors": [
{
"name": "vishal singh",
"email": ""
}
],
"keywords": [
"hubot",
"adapter",
"task management",
"slack"
],
"description": "A task management hubot",
"licenses": [
{
"type": "",
"url": ""
}
],
"repository": {
"type": "git",
"url": "https://github.com/vishals79/hubot-todo.git"
},
"bugs": {
"url": "https://github.com/vishals79/hubot-todo/issues",
"email": ""
},
"devDependencies": {
"coffee-script": "~1.7.1",
"hubot": "~2.11"
},
"main": "./index",
"engines": {
"node": ">=0.4.7"
},
"scripts": {
"test": "echo \"Error: No test specified\" && exit 1"
},
"dependencies": {
"slack-client": "~1.4.0"
}
}