asjon/package.json

46 lines
1.5 KiB
JSON
Raw 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>",
"description": "Il miglior amico della 5IA",
"dependencies": {
2015-09-28 04:17:40 +02:00
"async": "^1.4.2",
"chai": "^2.3.0",
2015-04-23 16:51:28 +02:00
"cheerio": "^0.19.0",
"coffee-coverage": "^0.4.6",
"coffee-script": "^1.9.2",
"fast-levenshtein": "^1.0.6",
2015-04-25 18:26:24 +02:00
"github": "^0.2.4",
2015-04-23 14:17:30 +02:00
"hubot": "^2.12.0",
"hubot-bitcoin": "^1.0.3",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.4",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-maps": "0.0.2",
"hubot-mock-adapter": "^1.0.0",
2015-04-23 14:17:30 +02:00
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.2",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.2.0",
2017-02-27 00:26:51 +01:00
"hubot-matrix": "rnhmjoj/hubot-matrix",
2015-04-23 16:51:28 +02:00
"hubot-youtube": "^0.1.2",
2017-02-22 22:13:07 +01:00
"mocha": "^3.2.0",
2015-04-23 16:51:28 +02:00
"moment": "^2.10.2",
2015-08-16 02:55:39 +02:00
"needle": "^0.10.0",
"nock": "^1.7.1",
2015-09-28 23:11:00 +02:00
"valid-url": "^1.0.9"
2015-04-23 14:17:30 +02:00
},
2015-04-27 16:40:35 +02:00
"scripts": {
"coverage-html": "mkdir -p coverage && mocha test/ --require coffee-coverage/register --compilers coffee:coffee-script/register -R html-cov scripts/ > coverage/coverage.html",
"coverage-json": "mkdir -p coverage && mocha test/ --require coffee-coverage/register --compilers coffee:coffee-script/register -R json-cov scripts/ > coverage/coverage.json",
2015-04-27 16:40:35 +02:00
"test": "mocha test/ --compilers coffee:coffee-script/register"
},
2015-04-23 14:17:30 +02:00
"engines": {
"node": "0.10.x"
}
}