{
  "name": "simpl",
  "description": "Highly pluggable WebSockets framework",
  "version": "0.4.0",
  "homepage": "https://github.com/stagas/simpl",
  "author": "George Stagas <gstagas@gmail.com> (http://stagas.com/)",
  "repository": {
    "type": "git",
    "url": "git://github.com/stagas/simpl.git"
  },
  "main": "index",
  "dependencies": {
    "ws": "~0.4.7",
    "eventstack": "~0.2.0",
    "express": "~2.5.6",
    "express-expose": "~0.2.1"
  },
  "devDependencies": {
    "tap": "~0.0.14",
    "dnode": "~0.9.6"
  },
  "scripts": {
    "test": "tap test"
  },
  "engines": {
    "node": "~0.6.8"
  }
}
