-
Notifications
You must be signed in to change notification settings - Fork 287
/
package.json
43 lines (43 loc) · 985 Bytes
/
package.json
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
43
{
"name": "apiai",
"version": "4.0.3",
"description": "Node.js SDK for api.ai",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"example": "examples"
},
"files": [
"index.js",
"index.d.ts",
"module/"
],
"scripts": {
"build:live": "NODE_ENV=development nodemon --exec ./node_modules/.bin/ts-node -- ./typescript_examples/text_request.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/api-ai/apiai-nodejs-client.git"
},
"keywords": [
"apiai",
"NLU",
"natural",
"language",
"understanding"
],
"author": "Dmitriy Kuragin",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/api-ai/api-ai-node-js/issues"
},
"homepage": "https://github.com/api-ai/api-ai-node-js#readme",
"devDependencies": {
"@types/node": "^7.0.5",
"nodemon": "^1.11.0",
"ts-node": "^2.1.0",
"typing": "^0.1.9",
"typings": "^2.0.0",
"typescript": "^2.1.6"
}
}