16 строки
337 B
JSON
16 строки
337 B
JSON
{
|
|
"name": "hubot-botframework",
|
|
"version": "0.9.0",
|
|
"description": "Bot framwork adapter for Hubot",
|
|
"main": "./src/adapter.coffee",
|
|
"author": "Microsoft Corp.",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"botbuilder": ">=3.5.0",
|
|
"parent-require": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": ">=1.2.0"
|
|
}
|
|
}
|