-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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
{
"name": "leia-api-sdk",
"version": "0.7.2",
"description": "LEIA API allows you to use a wide range of Deep Learning tools to inject intelligence in your projects.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/labinnovationdocapost/leia-api-nodejs-sdk.git"
},
"scripts": {
"test": "mocha --timeout 10000"
},
"resolutions": {
"minimist": ">=1.2.5",
"lodash": ">=4.17.21",
"y18n": ">=4.0.1",
"yargs-parser": ">=13.1.2",
"ansi-regex": ">=6.0.1",
"pathval": ">=1.1.1",
"ajv": ">=6.12.3",
"json-schema": ">=0.4.0"
},
"keywords": [
"leiaws",
"leiaapi",
"leia",
"leia-api",
"leia-sdk",
"leia-api-sdk"
],
"dependencies": {
"request": "2.88.0",
"streamifier": "0.1.1"
},
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-http": "4.3.0",
"mocha": "6.2.0",
"mocha-prepare": "0.1.0",
"nock": "10.0.6"
},
"author": "Sébastien Cano",
"license": "Apache-2.0"
}