UNPKG

623 BJSONView Raw
1{
2 "name": "apiai",
3 "version": "1.0.6",
4 "description": "Node.js SDK for api.ai",
5 "main": "index.js",
6 "directories": {
7 "example": "examples"
8 },
9 "files": [
10 "index.js",
11 "module/"
12 ],
13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/api-ai/api-ai-node-js.git"
19 },
20 "keywords": [
21 "apiai"
22 ],
23 "author": "Dmitriy Kuragin",
24 "license": "Apache 2.0",
25 "bugs": {
26 "url": "https://github.com/api-ai/api-ai-node-js/issues"
27 },
28 "homepage": "https://github.com/api-ai/api-ai-node-js#readme"
29}