{
  "name": "gotdailysentiment",
  "version": "0.0.7",
  "description": "Seminar 16: JavaScript: Sentiment-App_Group5",
  "main": "main.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rostlab/JS16_ProjectD_Group5.git"
  },
  "keywords": [
    "TUM",
    "GoT",
    "Twitter",
    "Sentiments",
    "Rostlab"
  ],
  "author": "Group 5",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/Rostlab/JS16_ProjectD_Group5/issues"
  },
  "homepage": "https://github.com/Rostlab/JS16_ProjectD_Group5#readme",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-mocha-cli": "^2.0.0",
    "mocha": "^2.4.5",
    "should": "^8.2.2"
  },
  "dependencies": {
    "mongoose": "^4.4.8",
    "request": "^2.69.0",
    "sentiment": "^1.0.6",
    "twitter": "^1.2.5",
    "util": "^0.10.3"
  }
}
