{
  "name": "sentiment-analysis",
  "version": "0.1.2",
  "description": "Sentiment analysis module using AFINN-111",
  "main": "index.js",
  "scripts": {
    "test": "gulp test",
    "cover": "istanbul cover node_modules/mocha/bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lissy93/sentiment-analysis.git"
  },
  "keywords": [
    "sentiment",
    "analysis",
    "sentiment",
    "analysis",
    "twitter",
    "AFINN",
    "AFINN-111",
    "emotion",
    "detection",
    "valence"
  ],
  "author": "Alicia Sykes <sykes.alicia@gmail.com> (http://aliciasykes.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Lissy93/sentiment-analysis/issues"
  },
  "homepage": "https://github.com/Lissy93/sentiment-analysis#readme",
  "devDependencies": {
    "chai": "^3.3.0",
    "coffee-script": "^1.10.0",
    "del": "^2.0.2",
    "gulp": "^3.9.1",
    "gulp-brfs": "^0.1.0",
    "gulp-coffee": "^2.3.1",
    "gulp-coffeelint": "^0.5.0",
    "gulp-footer": "^1.0.5",
    "gulp-istanbul": "^0.10.1",
    "gulp-mocha": "^2.1.3",
    "gulp-watch": "^4.3.5",
    "mocha": "^2.3.3"
  }
}
