hubot-scripts/package.json

41 строка
980 B
JSON
Исходник Обычный вид История

2011-09-08 09:31:51 +04:00
{
"name": "hubot-scripts",
"version": "1.1.8",
2011-10-27 10:06:41 +04:00
"author": "hubot",
2011-09-08 09:31:51 +04:00
"keywords": "hubot plugin scripts campfire bot robot",
"description": "Allows you to opt in to a variety of scripts",
2011-09-08 09:31:51 +04:00
"licenses": [{
"type": "MIT",
2011-10-27 10:06:41 +04:00
"url": "http://github.com/github/hubot-scripts/raw/master/LICENSE"
2011-09-08 09:31:51 +04:00
}],
"repository" : {
"type" : "git",
2011-09-12 00:02:23 +04:00
"url" : "https://github.com/github/hubot-scripts.git"
2011-09-08 09:31:51 +04:00
},
"dependencies": {
"hubot": ">= 1.1.9",
"optparse": "1.0.3",
2011-10-27 05:56:07 +04:00
"redis": "0.6.7",
"jsdom": "==0.2.0",
"xml2js": "0.1.x",
"wolfram": "0.1.1",
"soupselect": "0.2.0",
"htmlparser": "1.7.x",
"sprintf": "0.1.1",
"hashlib": "1.0.1",
"wwwdude": "0.1.0",
"pypi": "0.1.0",
"underscore": ">= 1.2.1",
"underscore.string": ">= 1.1.6",
"cradle": "0.5.7",
"clark": "*",
"scribe-node": "0.0.20"
2011-09-08 09:31:51 +04:00
},
"directories": {
"lib": "./src"
2011-10-26 04:41:12 +04:00
},
2011-10-26 04:10:47 +04:00
"engine": "node >= 0.4.1 < 0.5.0"
}