asjon/package.json

45 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2015-04-23 14:17:30 +02:00
{
"name": "asjon",
"version": "1.3.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-04-23 16:51:28 +02:00
"cheerio": "^0.19.0",
2015-04-25 18:26:24 +02:00
"github": "^0.2.4",
"htmlparser": "^1.7.7",
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-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-23 17:38:28 +02:00
"hubot-tg": "zenitram/hubot-tg",
2015-04-23 16:51:28 +02:00
"hubot-youtube": "^0.1.2",
"moment": "^2.10.2",
"nightmare": "^1.8.0",
"nodepie": "^0.6.7",
"soupselect": "^0.2.0",
2015-04-27 20:34:36 +02:00
"weak": "^0.4.0",
"wolfram": "^0.3.1"
2015-04-23 14:17:30 +02:00
},
2015-04-27 16:40:35 +02:00
"scripts": {
"test": "mocha test/ --compilers coffee:coffee-script/register"
},
2015-04-23 14:17:30 +02:00
"engines": {
"node": "0.10.x"
2015-04-27 16:40:35 +02:00
},
"devDependencies": {
"chai": "^2.3.0",
2015-04-27 20:13:55 +02:00
"coffee-script": "^1.9.2",
2015-04-27 16:40:35 +02:00
"hubot-mock-adapter": "^1.0.0"
2015-04-23 14:17:30 +02:00
}
}