{ "name": "asjon", "version": "1.8.0", "private": true, "author": "Enrico Fasoli ", "description": "our local chat bot", "dependencies": { "async": "^2.6.1", "chai": "^4.1.2", "cheerio": "^1.0.0-rc.2", "coffeescript": "^1.9.2", "fast-levenshtein": "^2.0.6", "mocha": "^5.2.0", "mochawesome": "^3.0.1", "mock-fs": "^4.5.0", "nyc": "^13.0.0", "moment": "^2.22.2", "needle": "^2.2.1", "nock": "^9.3.3", "valid-url": "^1.0.9", "hubot": "^2.19.0", "hubot-bitcoin": "^1.0.3", "hubot-diagnostics": "0.0.2", "hubot-google-images": "^0.2.7", "hubot-google-translate": "^0.2.1", "hubot-help": "^0.2.2", "hubot-heroku-keepalive": "1.0.3", "hubot-maps": "0.0.3", "hubot-mock-adapter": "^1.0.0", "hubot-pugme": "^0.1.1", "hubot-redis-brain": "0.0.4", "hubot-rules": "^0.1.2", "hubot-scripts": "^2.17.2", "hubot-shipit": "^0.2.1", "hubot-matrix": "git+https://maxwell.ydns.eu/git/rnhmjoj/hubot-matrix.git", "hubot-youtube": "^1.1.0" }, "scripts": { "test": "nyc mocha; true" }, "nyc": { "include": [ "scripts/*.coffee" ], "extension": [ ".coffee" ], "require": [ "coffeescript/register" ], "reporter": [ "json-summary", "html" ], "report-dir": "report/coverage", "sourceMap": true, "instrument": true, "cache": true }, "engines": { "node": "0.10.x" } }