UNPKG

node-rake-v2

Version:

A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.

33 lines (32 loc) 862 B
{ "name": "node-rake-v2", "version": "0.0.3", "description": "A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.", "main": "app.js", "scripts": { "test": "jest", "eslint": "eslint --ext .js ./ --fix" }, "repository": { "type": "git", "url": "git+https://github.com/hbsardhara09/node-rake-v2.git" }, "keywords": [ "keyword-extraction" ], "author": "Hardik Sardhara", "license": "MIT", "bugs": { "url": "https://github.com/hbsardhara09/node-rake-v2/issues" }, "homepage": "https://github.com/hbsardhara09/node-rake-v2#readme", "devDependencies": { "babel-jest": "^18.0.0", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.22.0", "eslint": "^4.4.0", "eslint-config-airbnb-base": "^11.3.1", "eslint-plugin-import": "^2.7.0", "jest": "^18.1.0" } }