apiai-promise
Version:
Node.js SDK for api.ai with Promise
24 lines (23 loc) • 486 B
JSON
{
"name": "apiai-promise",
"version": "1.0.0",
"description": "Node.js SDK for api.ai with Promise",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:ykensuke/apiai-promise.git"
},
"keywords": [
"apiai",
"promise"
],
"author": "Luke Kensuke Yamamoto",
"license": "MIT",
"dependencies": {
"any-promise": "^1.3.0",
"apiai": "^3.0.3"
}
}