{
  "name": "mpu6050-dmp",
  "version": "0.0.6",
  "description": "Quick and dirty Node.js module for reading DMP-processed yaw/pitch/roll and rotation values from an MPU6050",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "configure": "node-gyp configure",
    "build": "node-gyp build"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/mattcarpenter/mpu6050-dmp"
  },
  "keywords": [
    "MPU6050",
    "FIFO",
    "DMP",
    "BeagleBone",
    "IMU"
  ],
  "author": "Matt Carpenter",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mattcarpenter/mpu6050-dmp/issues"
  },
  "homepage": "https://github.com/mattcarpenter/mpu6050-dmp",
  "devDependencies": {
    "node-gyp": "^1.0.3"
  },
  "dependencies": {
    "bindings": "^1.2.1",
    "nan": "^2.0.5"
  }
}
