{
  "name": "myow",
  "version": "0.1.7",
  "description": "Myow is an easy way to use machine learning with the Myo, as an input device for Wekinator.",
  "main": "index.js",
  "scripts": {
    "patch-release": "npm version patch && npm publish && git push --follow-tags",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "myow": "./bin/myow.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jmwohl/myow.git"
  },
  "keywords": [
    "myo",
    "wekinator",
    "machine learning"
  ],
  "author": "= <jon@jonwohl.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jmwohl/myow/issues"
  },
  "homepage": "https://github.com/jmwohl/myow#readme",
  "dependencies": {
    "commander": "^2.9.0",
    "myo": "^2.1.1",
    "osc": "^2.1.0",
    "ws": "^1.1.0"
  }
}
