24 lines
425 B
JSON
24 lines
425 B
JSON
|
|
{
|
||
|
|
"name": "coresync",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "EVOLV CoreSync collector for FROST/SensorThings handoff.",
|
||
|
|
"main": "coresync.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "jest test/basic/*.test.js"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"iot",
|
||
|
|
"frost",
|
||
|
|
"sensorthings",
|
||
|
|
"node-red",
|
||
|
|
"EVOLV"
|
||
|
|
],
|
||
|
|
"author": "EVOLV",
|
||
|
|
"license": "SEE LICENSE",
|
||
|
|
"node-red": {
|
||
|
|
"nodes": {
|
||
|
|
"coresync": "coresync.js"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|