forked from ku-leuven-msec/iot-reasoning-middleware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 942 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
{
"name": "@ilse_b/reasoning-middleware",
"version": "1.0.2",
"description": "a Prolog based IoT reasoning middleware in JavaScript",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ku-leuven-msec/iot-reasoning-middleware.git"
},
"keywords": [
"reasoning",
"middleware",
"internet-of-things",
"Prolog",
"JavaScript"
],
"author": "Ilse Bohe & Jorn Lapon <[email protected]>",
"dependencies": {
"simple-statistics": "^7.7.0",
"tau-prolog": "^0.3.1",
"patch-package": "^6.4.7"
},
"bugs": {
"url": "https://github.com/ku-leuven-msec/iot-reasoning-middleware/issues"
},
"homepage": "https://github.com/ku-leuven-msec/iot-reasoning-middleware#readme",
"directories": {
"test": "tests"
},
"license": "ISC"
}