hubot-schedule-msg
Version:
Message scheduler for hubot, fit with RocketChat
45 lines (44 loc) • 1.13 kB
JSON
{
"name": "hubot-schedule-msg",
"description": "Message scheduler for hubot, fit with RocketChat",
"version": "0.1.6",
"author": "juzser",
"homepage": "https://github.com/JuzSer/hubot-schedule-msg",
"main": "scripts/main.js",
"repository": {
"type": "git",
"url": "git://github.com/JuzSer/hubot-schedule-msg.git"
},
"license": "MIT",
"keywords": [
"hubot",
"schedule",
"cron",
"hook",
"remind",
"rocket.chat"
],
"dependencies": {
"cron": "~1.7.0",
"cron-parser": "~1.0.1",
"node-schedule": "~1.0.0"
},
"bugs": {
"url": "https://github.com/JuzSer/hubot-schedule-msg/issues"
},
"devDependencies": {
"babel": "6.5.2",
"babel-cli": "6.5.1",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "6.5.0",
"babel-register": "^6.26.0",
"hubot": "^3.3.2"
},
"scripts": {
"test": "hubot schedule list",
"build": "babel src --presets es2015 --out-dir ./scripts"
}
}