asjon/package.json

62 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2015-04-23 14:17:30 +02:00
{
"name": "asjon",
2015-12-22 10:46:48 +01:00
"version": "1.8.0",
2015-04-23 14:17:30 +02:00
"private": true,
"author": "Enrico Fasoli <fazius2009@gmail.com>",
2018-06-20 20:13:28 +02:00
"description": "our local chat bot",
2015-04-23 14:17:30 +02:00
"dependencies": {
2018-06-20 20:13:28 +02:00
"async": "^2.6.1",
"chai": "^4.1.2",
"cheerio": "^1.0.0-rc.2",
2018-06-08 08:57:39 +02:00
"coffeescript": "^1.9.2",
2018-06-20 20:13:28 +02:00
"fast-levenshtein": "^2.0.6",
"mocha": "^5.2.0",
2018-06-21 03:30:24 +02:00
"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",
2018-06-20 20:13:28 +02:00
"hubot": "^2.19.0",
2015-04-23 14:17:30 +02:00
"hubot-bitcoin": "^1.0.3",
2018-06-20 20:13:28 +02:00
"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",
2018-06-20 20:13:28 +02:00
"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",
2018-06-08 08:57:39 +02:00
"hubot-matrix": "git+https://maxwell.ydns.eu/git/rnhmjoj/hubot-matrix.git",
"hubot-youtube": "^1.1.0"
2015-04-23 14:17:30 +02:00
},
2015-04-27 16:40:35 +02:00
"scripts": {
2018-06-21 03:30:24 +02:00
"test": "nyc mocha; true"
},
"nyc": {
"include": [
"scripts/*.coffee"
],
"extension": [ ".coffee" ],
"require": [
"coffeescript/register"
],
"reporter": [
"json-summary",
"html"
],
2018-06-21 03:30:24 +02:00
"report-dir": "report/coverage",
"sourceMap": true,
"instrument": true,
"cache": true
2015-04-27 16:40:35 +02:00
},
2015-04-23 14:17:30 +02:00
"engines": {
"node": "0.10.x"
}
}