{
  "name": "@happyaccident/wink-sentiment",
  "version": "5.4.3",
  "description": "Accurate and fast sentiment scoring of phrases with emoticons :) & emojis 🎉",
  "keywords": [
    "AFINN",
    "Emojis",
    "Emoticons",
    "Hashtags",
    "Natural Language Processing",
    "NLP",
    "Sentiment",
    "Sentiment Analysis",
    "Sentiment Classification",
    "wink"
  ],
  "main": "src/wink-sentiment.js",
  "scripts": {
    "test": "istanbul cover _mocha ./test/",
    "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "sourcedocs": "docker -i src -o ./sourcedocs --sidebar no",
    "lint": "eslint ./src/*.js ./test/*.js ./runkit/*.js",
    "docs": "jsdoc src/*.js -c .jsdoc.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/winkjs/wink-sentiment.git"
  },
  "author": "Sanjaya Kumar Saxena",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/winkjs/wink-sentiment/issues"
  },
  "homepage": "http://winkjs.org/",
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.3",
    "docdash": "github:winkjs/docdash",
    "docker": "^1.0.0",
    "eslint": "^5.16.0",
    "istanbul": "^1.1.0-alpha.1",
    "jsdoc": "^3.6.3",
    "mocha": "^6.1.3",
    "mocha-lcov-reporter": "^1.3.0"
  },
  "runkitExampleFilename": "./runkit/example.js",
  "dependencies": {
    "wink-tokenizer": "^5.2.2"
  }
}
