{
  "name": "node-pushserver",
  "version": "0.5.4",
  "description": "Cross-platform Push Notifications. A project providing a generic API to push messages using Apple's APN and Google's GCM services.",
  "keywords": [
    "push",
    "gcm",
    "apn",
    "mongodb"
  ],
  "dependencies": {
    "mongoose": "~3.6.11",
    "node-gcm": "~0.13.0",
    "lodash": "~1.3.1",
    "apn": "~1.7.5",
    "express": "~3.2.6",
    "commander": "2.7.1"
  },
  "bin": {
    "pushserver": "./bin/pushserver.js"
  },
  "main": "./lib/PushController.js",
  "scripts": {
"start": "node ./bin/pushserver.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Smile-SA/node-pushserver.git"
  },
  "bugs": "https://github.com/Smile-SA/node-pushserver/issues"
}
