{
  "name": "hummingbird-node",
  "version": "0.3.1",
  "description": "Stupidly simple social media streaming for Node.js",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chapmanu/hummingbird"
  },
  "keywords": [
    "hummingbird",
    "streaming",
    "socialmedia",
    "twitter",
    "facebook",
    "instagram",
    "wordpress",
    "social",
    "media",
    "stream"
  ],
  "author": "Chapman University",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chapmanu/hummingbird/issues"
  },
  "homepage": "https://github.com/chapmanu/hummingbird",
  "dependencies": {
    "sediment": "^0.9.2",
    "webpurify": "^0.8.3",
    "waterline": "^0.10.0-rc15",
    "sails-disk": "^0.10.0",
    "redis": "^0.11.0",
    "sails-redis": "^0.10.0",
    "winston": "^0.7.3",
    "sugar": "^1.4.1",
    "moment": "^2.7.0",
    "twit": "^1.1.16",
    "instagram-node-lib": "^0.1.1",
    "request": "^2.37.0",
    "fbgraph": "^0.2.10",
    "express": "^4.6.1",
    "body-parser": "^1.4.3",
    "async": "^0.9.0",
    "sails-memory": "^0.10.0-rc2"
  }
}
