forked from shaundon/hubot-standup-alarm
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 759 Bytes
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
{
"name": "hubot-standup-alarm",
"version": "0.1.0",
"description": "Hubot script to remind teams to do their standups.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/hubot-scripts/hubot-standup-alarm.git"
},
"keywords": [
"hubot",
"hubot-scripts",
"standup"
],
"dependencies": {
"cron": "~1.0.4",
"underscore": "~1.8.3"
},
"author": "Shaun Donnelly <shaundonnelly@gmail.com>",
"licence": "MIT",
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-standup-alarm/issues"
},
"homepage": "https://github.com/hubot-scripts/hubot-standup-alarm",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-release": "^0.13.0"
},
"license": "MIT"
}