{
  "name": "libpush",
  "version": "0.2.2",
  "description": "TouchLay Push library - instant messaging for applications",
  "author": "TouchLay Team <dev@touchlay.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/TouchLay/libpush.git"
  },
  "keywords": [
    "real-time",
    "instant",
    "messaging",
    "messages",
    "applications",
    "apps",
    "push"
  ],
  "bugs": {
    "url": "https://github.com/TouchLay/libpush/issues"
  },
  "dependencies": {
    "node-uuid": "^1.4.1",
    "primus-uuid": "^0.1.0"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "scripts": {
    "test": "mocha --require should --bail --reporter spec test/*"
  },
  "license": "BSD"
}
