-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 904 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
36
37
38
39
40
41
42
{
"name": "chickadee",
"homepage": "https://github.com/reelyactive/chickadee/",
"author": {
"name": "reelyActive",
"email": "[email protected]"
},
"description": "Contextual associations store and API. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"IoT",
"hyperlocal context",
"API",
"contextual associations"
],
"version": "1.8.1",
"engines": {
"node": ">=10.0.0"
},
"main": "./lib/chickadee.js",
"scripts": {
"start": "node bin/chickadee"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/chickadee.git"
},
"dependencies": {
"express": "^4.21.0",
"esmapdb": "^0.3.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/chickadee/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}