2015-04-23 14:17:30 +02:00
|
|
|
{
|
|
|
|
"name": "asjon",
|
2015-04-28 14:07:22 +02:00
|
|
|
"version": "1.4.2",
|
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",
|
2015-04-28 15:41:57 +02:00
|
|
|
"chai": "^2.3.0",
|
2015-04-23 16:51:28 +02:00
|
|
|
"cheerio": "^0.19.0",
|
2015-04-28 15:41:57 +02:00
|
|
|
"coffee-coverage": "^0.4.6",
|
|
|
|
"coffee-script": "^1.9.2",
|
2015-05-04 22:33:04 +02:00
|
|
|
"fast-levenshtein": "^1.0.6",
|
2015-04-25 18:26:24 +02:00
|
|
|
"github": "^0.2.4",
|
2015-04-25 10:02:28 +02:00
|
|
|
"htmlparser": "^1.7.7",
|
2015-04-23 14:17:30 +02:00
|
|
|
"hubot": "^2.12.0",
|
2015-06-25 16:51:21 +02:00
|
|
|
"hubot-9gag": "^0.2.0",
|
2015-04-23 14:17:30 +02:00
|
|
|
"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",
|
2015-04-28 15:41:57 +02:00
|
|
|
"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",
|
2015-04-28 17:24:44 +02:00
|
|
|
"hubot-tg": "rnhmjoj/hubot-tg",
|
2015-04-23 16:51:28 +02:00
|
|
|
"hubot-youtube": "^0.1.2",
|
|
|
|
"moment": "^2.10.2",
|
2015-08-16 02:55:39 +02:00
|
|
|
"needle": "^0.10.0",
|
2015-04-23 16:51:28 +02:00
|
|
|
"nightmare": "^1.8.0",
|
2015-04-28 15:41:57 +02:00
|
|
|
"nock": "^1.7.1",
|
2015-04-25 10:02:28 +02:00
|
|
|
"nodepie": "^0.6.7",
|
|
|
|
"soupselect": "^0.2.0",
|
2015-08-15 17:30:30 +02:00
|
|
|
"valid-url": "^1.0.9",
|
2015-05-06 20:42:51 +02:00
|
|
|
"weak": "^0.4.0"
|
2015-04-23 14:17:30 +02:00
|
|
|
},
|
2015-04-27 16:40:35 +02:00
|
|
|
"scripts": {
|
2015-04-28 15:41:57 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|