-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.05 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": "json-silo",
"homepage": "https://www.reelyactive.com",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "A data silo for digital twins in context-aware physical spaces. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"IoT",
"Personal Data Locker",
"digital twins",
"Schema.org",
"JSON-LD"
],
"version": "1.1.5",
"engines": {
"node": ">=10.0.0"
},
"main": "./lib/jsonsilo.js",
"scripts": {
"start": "node bin/json-silo"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/json-silo.git"
},
"dependencies": {
"esmapdb": "^0.3.0",
"express": "^4.19.2",
"multer": "^1.4.5-lts.1",
"sharp": "^0.33.4"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/json-silo/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
},
{
"name": "George Koulouris"
},
{
"name": "Furaha Damien"
}
],
"license": "MIT"
}