UNPKG

jarvis-bot

Version:

A JARVIS for your team - your most powerful bot and loyal butler.

68 lines (67 loc) 1.77 kB
{ "name": "jarvis-bot", "version": "0.1.6", "author": "kengz", "description": "A JARVIS for your team - your most powerful bot and loyal butler.", "main": "app.js", "scripts": { "start": "node app.js", "stop": "forever stopall", "test": "./bin/hubot -a slack", "jarvis": "forever start --minUptime=1000 --spinSleepTime=1000 --killSignal=SIGTERM -a -l jarvis.log --uid 'jarvis' -m 10 run.js", "veronica": "forever start --minUptime=1000 --spinSleepTime=1000 --killSignal=SIGTERM -a -l veronica.log --uid 'veronica' -m 10 run.js" }, "repository": { "type": "git", "url": "https://github.com/kengz/jarvis" }, "keywords": [ "Jarvis", "hubot", "slack", "bot", "AI", "machine learning", "assistant" ], "license": "MIT", "bugs": { "url": "" }, "homepage": "", "dependencies": { "chrono-node": "^1.0.6", "cron": "^1.0.9", "forever-monitor": "^1.6.0", "hn.js": "^0.2.0", "hubot": "^2.13.2", "hubot-codinglove": "^0.2.6", "hubot-cronjob": "^0.2.0", "hubot-dev-excuse-reply": "0.0.4", "hubot-diagnostics": "0.0.1", "hubot-flirt": "^1.0.1", "hubot-google-images": "^0.1.5", "hubot-meme": "^1.1.1", "hubot-redis-brain": "0.0.3", "hubot-rules": "^0.1.1", "hubot-schedule": "^0.2.0", "hubot-scripts": "^2.16.1", "hubot-shipit": "^0.2.0", "hubot-slack": "^3.3.0", "hubot-victory": "^1.3.0", "indico.io": "^0.4.1", "lomath": "^0.2.2", "mitsuku-api": "^0.1.1", "moment": "^2.10.3", "node-env-file": "^0.1.7", "node-geocoder": "^2.22.0", "q": "^1.4.1", "reqscraper": "0.0.2", "tinyurl": "^1.0.8", "twit": "^2.1.0", "twitter": "^1.2.5" }, "engines": { "node": "0.12.x" } }