{
  "name": "a2r-osc"
  , "version": "0.0.1"
  , "description": "An OSC implementation for node.js and the browser"
  , "keywords": ["a2r", "addicted2random", "osc"]
  , "author": "Alexander Jentz"
  , "maintainers": [{
      "name": "Alexander Jentz"
      , "email": "me@beyama.de"
      , "web": "http://beyama.de/"
  }]
  , "licenses": [{
      "type": "MIT"
      , "url": "https://github.com/beyama/a2r-osc/raw/master/LICENSE"
  }]
  , "repository": {
    "type": "git"
    , "url": "https://github.com/beyama/a2r-osc.git"
  }
  , "dependencies": {}
  , "devDependencies": {
    "mocha": "*"
    , "expect.js": "*"
    , "coffee-script": "*"
    , "uglify-js": "*"
  }
  , "scripts": {
    "prepublish": "cake build"
    , "postpublish": "cake clean"
  }
  , "engine": {
    "node": ">=0.6"
  }
}
