{
  "name": "accel-mma84",
  "version": "0.2.4",
  "description": "Library to run the MMA8452Q accelerometer.",
  "main": "index.js",
  "scripts": {
    "test": "tinytap -e 'tessel run {} ${ACCEL_PORT}' test/*.js"
  },
  "dependencies": {
    "sync-queue": "0.0.1"
  },
  "hardware": {
    "./examples": false
  },
  "repository": "https://github.com/tessel/accel-mma84",
  "author": "Tim Cameron Ryan <tim@timryan.org>",
  "license": "MIT",
  "devDependencies": {
    "async": "^0.9.0",
    "tinytap": "^0.2.0"
  }
}
