UNPKG

662 BJSONView Raw
1
2{
3 "name": "@kathondvla/sri-client",
4 "version": "2.2.42",
5 "description": "Clien for consuming SRI interfaces from Node.js.",
6 "scripts": {
7 "lint": "eslint /sri-client"
8 },
9 "keywords": [
10 "SRI",
11 "REST",
12 "node.js",
13 "client"
14 ],
15 "author": "matthiassnellings",
16 "contributors": [
17 "guntherclaes"
18 ],
19 "license": "private",
20 "dependencies": {
21 "jsonschema": "^1.2.2",
22 "lodash": "^4.17.4",
23 "p-debounce": "^1.0.0",
24 "requestretry": "^1.13.0"
25 },
26 "devDependencies": {
27 "eslint": "^4.13.1"
28 },
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/katholiek-onderwijs-vlaanderen/sri-client"
32 }
33}