{
  "name": "activepush",
  "version": "1.0.5",
  "description": "Web push service built around ActiveMQ (or any STOMP broker)",
  "main": "activepush.coffee",
  "bin": {
    "activepush": "./bin/activepush",
    "activepush-client-example": "./bin/example-client"
  },
  "scripts": {
    "start": "node_modules/.bin/coffee activepush.coffee",
    "test": "node_modules/.bin/mocha --compilers coffee:coffee-script test"
  },
  "repository": "git://github.com:lookout/activepush.git",
  "author": "Lookout (https://www.lookout.com/)",
  "license": "MIT",
  "dependencies": {
    "q": "~0.9.6",
    "coffee-script": "~1.6.3",
    "socket.io": "~0.9.16",
    "stomp": "~0.1.1",
    "js-yaml": "~2.1.0",
    "express": "~3.3.4",
    "deepmerge": "~0.2.7",
    "winston": "~0.7.2",
    "stompit": "~0.9.0",
    "optimist": "~0.6.0"
  },
  "devDependencies": {
    "mocha": "~1.12.0",
    "mocha-as-promised": "~1.4.0",
    "chai": "~1.7.2",
    "chai-as-promised": "~3.3.1",
    "q": "~0.9.6",
    "q-step": "0.0.1",
    "q-proxy": "0.0.1",
    "node-uuid": "~1.4.0",
    "socket.io-client": "~0.9.16",
    "wd": "0.0.33",
    "node-dev": "latest"
  }
}
