{
  "name": "zetta-htu21d-linux-example",
  "version": "0.2.0",
  "description": "an example for using the htu21d device",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "author": "Scott Erholm <scott@agilatech.com>",
  "license": "MIT",
  "dependencies": {
    "zetta": "*",
    "@agilatech/htu21d": "*"
  }
}
