{
  "name": "textrank",
  "version": "1.0.5",
  "description": "TextRank javascript implementation for automatic text summarization",
  "main": "TextRank.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nadr0/TextRank-node"
  },
  "keywords": [
    "TextRank",
    "Automatic",
    "Summarization",
    "Text",
    "Summary"
  ],
  "author": "Kevin Nadro",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nadr0/TextRank-node/issues"
  },
  "homepage": "https://github.com/nadr0/TextRank-node"
}
