forked from wit-ai/node-wit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 855 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
{
"name": "node-wit",
"version": "5.0.0",
"description": "Wit.ai Node.js SDK",
"keywords": [
"wit",
"wit.ai",
"bot",
"botengine",
"bots",
"nlp",
"automation"
],
"main": "index.js",
"scripts": {
"test": "mocha --timeout 10000 ./tests/lib.js"
},
"repository": "https://github.com/wit-ai/node-wit",
"author": "The Wit Team <[email protected]>",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"https-proxy-agent": "^2.2.0",
"isomorphic-fetch": "^2.2.1",
"request": "^2.83.0",
"uuid": "^3.0.0",
"lodash": "^4.17.14"
},
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"mocha": "^3.5.3",
"sinon": "^1.17.6"
}
}