UNPKG

@trashhalo/node-summarizer

Version:
37 lines (36 loc) 810 B
{ "name": "@trashhalo/node-summarizer", "version": "1.0.9", "description": "Text summarizer using Node.js", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/SwapnikKatkoori/Text-Summarizer.git" }, "keywords": [ "text", "summary", "summarize", "textrank", "senitment", "summarizer", "summarization" ], "author": "Swapnik Katkoori <katkoor2@msu.edu>", "license": "ISC", "bugs": { "url": "https://github.com/SwapnikKatkoori/Text-Summarizer/issues" }, "homepage": "https://github.com/SwapnikKatkoori/Text-Summarizer#readme", "dependencies": { "sbd": "^1.0.15", "natural": "^0.6.3", "wordpos-web": "^1.0.2" }, "devDependencies": { "jest": "^24.7.1" } }