{
  "name": "port",
  "version": "0.8.1",
  "author": "Enrique Erne (http://mild.ch/)",
  "description": "Spawn Pd (Pure Data) and communicate through TCP sockets",
  "keywords": [
    "puredata",
    "pd",
    "fudi",
    "tcp",
    "dsp",
    "signal",
    "audio"
  ],
  "repository": "git://github.com/thisconnect/port.git",
  "homepage": "https://github.com/thisconnect/port",
  "contributors": [
    {
      "name": "Enrique Erne"
    }
  ],
  "main": "port",
  "devDependencies": {
    "mocha": "1.19.0",
    "expect.js": "0.3.1",
    "socket.io": "^0.9.17"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/thisconnect/port/master/license"
    }
  ],
  "bugs": {
    "url": "https://github.com/thisconnect/port/issues"
  },
  "dependencies": {
  }
}
