asjon/package.json
2018-06-20 20:13:28 +02:00

45 lines
1.3 KiB
JSON

{
"name": "asjon",
"version": "1.8.0",
"private": true,
"author": "Enrico Fasoli <fazius2009@gmail.com>",
"description": "our local chat bot",
"dependencies": {
"async": "^2.6.1",
"chai": "^4.1.2",
"cheerio": "^1.0.0-rc.2",
"coffee-coverage": "^3.0.0",
"coffeescript": "^1.9.2",
"fast-levenshtein": "^2.0.6",
"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",
"mocha": "^5.2.0",
"mochawesome": "^3.0.1",
"moment": "^2.22.2",
"needle": "^2.2.1",
"nock": "^9.3.3",
"valid-url": "^1.0.9"
},
"scripts": {
"coverage": "mocha test/*.coffee --require coffeescript/register --require coffee-coverage/register -R mochawesome --reporter-options reportDir=coverage,reportFilename=coverage scripts/",
"test": "mocha test/*.coffee --require coffeescript/register"
},
"engines": {
"node": "0.10.x"
}
}