{
  "name": "mcp9808",
  "version": "1.1.0",
  "description": "node.js interface for the mcp9808 temperature sensor",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/seattleacademy/mcp9808"
  },
  "dependencies": {
    "i2c": "~0.1.4",
    "express": "~4.12.3",
    "body-parser": "~1.12.4"
  },
  "devDependencies": {
    "chai": "*",
    "mocha": "*"
  },
  "keywords": [
    "sensor",
    "mcp9808",
    "temperature",
    "raspberry",
    "pi"
  ],
  "author": "Isaac Zinda",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/seattleacademy/mcp9808/issues"
  },
  "homepage": "https://github.com/seattleacademy/mcp9808"
}
