UNPKG

ab-node-summarizer

Version:
38 lines (37 loc) 813 B
{ "name": "ab-node-summarizer", "version": "2.0.3", "description": "Text summarizer using Node.js", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/abarrafo/node-summarizer.git" }, "keywords": [ "text", "summary", "summarize", "textrank", "senitment", "summarizer", "summarization" ], "author": "Swapnik Katkoori <katkoor2@msu.edu>", "contributors": ["Andrew Barraford"], "license": "ISC", "bugs": { "url": "https://github.com/abarrafo/node-summarizer/issues" }, "homepage": "https://github.com/abarrafo/node-summarizer#readme", "dependencies": { "sbd": "1.0.19", "natural": "5.1.1", "wordpos": "2.1.0" }, "devDependencies": { "jest": "27.2.0" } }