-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 945 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
{
"name": "hubot-reminder-bot",
"description": "A hubot script to schedule recurring reminders using a natural language parser",
"version": "2.0.1",
"authors": [
"Nino D'Aversa <[email protected]>"
],
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"reminders",
"later"
],
"repository": {
"type": "git",
"url": "[email protected]:ndaversa/hubot-reminder-bot.git"
},
"bugs": {
"url": "https://github.com/ndaversa/hubot-reminder-bot/issues"
},
"dependencies": {
"coffee-script": "^1.10.0",
"later": "^1.2.0",
"moment": "^2.11.2",
"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-reminder-bot",
"devDependencies": {},
"author": "Nino D'Aversa <[email protected]> (http://ndaversa.com)"
}