forked from facebookarchive/DEPRECATED-node-wit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.05 KB
/
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
44
45
46
47
48
49
50
51
52
{
"name": "node-wit",
"version": "2.2.0",
"private": false,
"homepage": "https://github.com/wit-ai/node-wit",
"description": "Node module to request Wit.AI",
"repository": "https://github.com/wit-ai/node-wit",
"bugs": {
"url": "https://github.com/wit-ai/node-wit/issues"
},
"keywords": [
"wit",
"automation",
"home",
"siri",
"wit.ai",
"nlp",
"speech",
"intent",
"jarvis"
],
"author": {
"name": "Olivier Vaussy",
"email": "oliv@wit.ai"
},
"contributors": [
{
"name": "Anthony Kesich",
"email": "anthony@wit.ai"
},
{
"name": "irfaan",
"email": "github@irfaan.com"
}
],
"scripts": {
"test": "node_modules/mocha/bin/_mocha test/*_test.js --ignore-leaks -t 20000 --reporter spec"
},
"dependencies": {
"nock": "^7.2.2",
"node-record-lpcm16": "0.1.4",
"q": "^1.4.1",
"request": "2.42.0",
"underscore": "1.7.0"
},
"devDependencies": {
"mocha": "1.21.4",
"nock": "0.47.0",
"chai": "1.9.1"
},
"main": "./index.js"
}