{
  "name": "superglue",
  "version": "0.1.3",
  "description": "Sticky mediator that promotes loose-coupling and makes app-flow clearer.",
  "keywords": [
    "superglue",
    "glue",
    "mediator",
    "pubsub",
    "events",
    "design patterns",
    "express",
    "connect"
  ],
  "author": {
    "name": "David Chubbs",
    "email": "davidchubbuck@gmail.com",
    "url": "https://github.com/davidchubbs"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/davidchubbs/superglue.git"
  },
  "bugs": {
    "url": "https://github.com/davidchubbs/superglue/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "scripts": {
    "test": "mocha",
    "dev": "npm test && jshint lib/ && wr --chime 0 'npm test && jshint lib/' lib test"
  },
  "devDependencies": {
    "jshint": "~2.5",
    "mocha": "~1.21",
    "should": "~4.0",
    "wr": "~1.3"
  },
  "engines": {
    "node": ">=0.6.0"
  }
}
