hubot-scripts/package.json

32 строки
507 B
JSON
Исходник Обычный вид История

2011-09-08 09:31:51 +04:00
{
2013-07-14 00:22:03 +04:00
"name": "hubot-scripts",
2016-05-16 18:22:28 +03:00
"version": "2.17.2",
2013-07-14 00:22:03 +04:00
"author": "hubot",
"keywords": [
"hubot",
"plugin",
"scripts",
"campfire",
"bot",
"robot"
],
"description": "Allows you to opt in to a variety of scripts",
2013-07-14 00:22:03 +04:00
"licenses": [{
"type": "MIT",
"url": "https://github.com/github/hubot-scripts/raw/master/LICENSE"
2011-09-08 09:31:51 +04:00
}],
"repository" : {
2013-07-14 00:22:03 +04:00
"type": "git",
"url": "https://github.com/github/hubot-scripts.git"
2011-09-08 09:31:51 +04:00
},
"dependencies": {
2013-07-14 00:16:30 +04:00
"redis": "0.8.4"
}
2011-11-23 11:55:59 +04:00
}