{
  "name": "tandem",
  "version": "0.13.4",
  "dependencies": {
    "async"         : "0.2.x",
    "commander"     : "2.1.x",
    "socket.io"     : "0.9.x",
    "tandem-core"   : "0.6.x",
    "lodash"        : "2.4.x"
  },
  "devDependencies": {
    "chai"                 : "1.9.x",
    "coffee-script"        : "1.7.x",
    "coffeeify"            : "0.6.x",
    "eventemitter2"        : "0.4.x",
    "grunt"                : "0.4.x",
    "grunt-browserify"     : "1.3.x",
    "grunt-contrib-clean"  : "0.5.x",
    "grunt-contrib-coffee" : "0.10.x",
    "grunt-contrib-concat" : "0.3.x",
    "grunt-contrib-watch"  : "0.6.x",
    "istanbul"             : "0.2.x",
    "jade"                 : "1.3.x",
    "mocha"                : "1.18.x",
    "socket.io-client"     : "0.9.x"
  },
  "browser": "browser",
  "main": "index",
  "engines": {
    "node": ">=0.8"
  },
  "license": {
    "type": "BSD",
    "url": "https://github.com/tandem/tandem/blob/master/LICENSE"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tandem/tandem"
  },
  "scripts": {
    "test": "make test"
  },
  "bugs": {
    "url": "https://github.com/tandem/tandem/issues"
  }
}
