17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"name": "smarthome",
|
|
"version": "1.0.0",
|
|
"description": "Avans smart home power measurements",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "node app.js"
|
|
},
|
|
"keywords": [
|
|
"Avans",
|
|
"Smart",
|
|
"Power"
|
|
],
|
|
"author": "Kenneth van Ewijk & Martijn de Caluwé",
|
|
"license": "ISC"
|
|
}
|