-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
51 lines (51 loc) · 1.17 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
{
"name": "cognitive-services",
"version": "1.2.6",
"description": "Microsoft Cognitive Services SDK for Node.js",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "babel src --out-dir dist --quiet",
"test": "mocha --timeout 999999 test/**/*.js"
},
"types": "./src/index.d.ts",
"author": "Josh Balfour <[email protected]>",
"license": "ISC",
"keywords": [
"Microsoft",
"Cognitive",
"Services",
"API",
"SDK",
"Face",
"Speech",
"Vision",
"Language",
"Javascript",
"Node.js",
"Knowledge",
"Text",
"Moderator",
"Search"
],
"repository": "https://github.com/joshbalfour/node-cognitive-services",
"dependencies": {
"bluebird": "^3.7.2",
"fast-csv": "^4.3.6",
"p-limit": "^2.2.0",
"promise-retry": "^1.1.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"sleep-promise": "^8.0.1",
"underscore": "^1.13.2",
"xml2js": "^0.4.23",
"xmlbuilder": "^12.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"jshint": "^2.10.2",
"mocha": "^7.1.0",
"should": "^13.2.3",
"timeout-as-promise": "^1.0.0"
}
}