Initial commit
parents
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
Sensor.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "RIoTSensor", | |||
"version": "1.0.0", | |||
"description": "Handle data from a RIoT sensor board", | |||
"main": "index.js", | |||
"repository": { | |||
"url": "https://hertz-gitlab.zkm.de/rapid-prototyping-lab/javascript-modules/r-iot-sensor.git", | |||
"type": "git" | |||
}, | |||
"scripts": {}, | |||
"author": "Christian Lölkes", | |||
"license": "MIT", | |||
"dependencies": {}, | |||
"devDependencies": {} | |||
} |
Please register or sign in to comment