UNPKG

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