32 строки
507 B
JSON
32 строки
507 B
JSON
{
|
|
"name": "hubot-scripts",
|
|
"version": "2.17.2",
|
|
|
|
"author": "hubot",
|
|
|
|
"keywords": [
|
|
"hubot",
|
|
"plugin",
|
|
"scripts",
|
|
"campfire",
|
|
"bot",
|
|
"robot"
|
|
],
|
|
|
|
"description": "Allows you to opt in to a variety of scripts",
|
|
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "https://github.com/github/hubot-scripts/raw/master/LICENSE"
|
|
}],
|
|
|
|
"repository" : {
|
|
"type": "git",
|
|
"url": "https://github.com/github/hubot-scripts.git"
|
|
},
|
|
|
|
"dependencies": {
|
|
"redis": "0.8.4"
|
|
}
|
|
}
|