{
  "name": "ocpp-charge-point-system",
  "version": "0.0.1",
  "description": "A node implementation of an OCPP charge point system that uses a network messaging service (web sockets or azure mqtt) and a hardware device (rasberri-pi or virtual)",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Sergio Sorrentino",
  "license": "ISC",
  "dependencies": {
    "azure-iot-device": "1.2.2",
    "azure-iot-device-mqtt": "1.2.3",
    "bme280-sensor": "0.1.6",
    "cron": "1.3.0",
    "ws": "3.3.2"
  }
}
