This repository has been archived on 2025-01-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mr-iot/package.json
Mats van Reenen 273d455587 first test
2018-12-17 18:09:01 +01:00

21 lines
406 B
JSON

{
"name": "IoT connector test",
"version": "0.0.0",
"description": "A test script for a IoT project",
"keywords": [],
"author": {
"name": "Mats van reenen",
"email": "mail@matsvanreenen.nl"
},
"licenses": [
{
"type": "GNU GPL v2",
"url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
}
],
"main": "./src",
"dependencies": {
"async": "*"
}
}