UNPKG

apiai-promise

Version:
24 lines (23 loc) 486 B
{ "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" } }