-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "api.ai",
"version": "1.0.2",
"description": "Ultimate Node.JS SDK for api.ai",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dtesler/node-api.ai.git"
},
"keywords": [
"api.ai",
"api",
"ai",
"apiai",
"natural",
"language",
"processing",
"nlp",
"wit",
"ai",
"witai",
"wit.ai",
"api-ai",
"wit-ai",
"artificial",
"intelligence",
"ai"
],
"author": "David Tesler",
"license": "MIT",
"bugs": {
"url": "https://github.com/dtesler/node-api.ai/issues"
},
"homepage": "https://github.com/dtesler/node-api.ai#readme",
"dependencies": {
"bluebird": "^3.4.5"
},
"devDependencies": {}
}