UNPKG

1.6 kBJSONView Raw
1{
2 "author": "Michael De Lorenzo <michael@delorenzodesign.com> (http://mikedelorenzo.com)",
3 "name": "keyword-extractor",
4 "description": "Module for creating a keyword array from a string and excluding stop words.",
5 "types": "types/index.d.ts",
6 "keywords": [
7 "text",
8 "keyword",
9 "search",
10 "extract"
11 ],
12 "version": "0.0.22",
13 "licenses": [
14 {
15 "type": "MIT",
16 "url": "https://github.com/michaeldelorenzo/keyword-extractor/raw/master/LICENSE"
17 }
18 ],
19 "contributors": [
20 "Marcos Sanz <marcossanzlatorre@gmail.com> (http://www.mistersanz.com)",
21 "d-oliveros (https://github.com/d-oliveros)",
22 "Abhijeet Sutar <ajduke@about.me> (https://github.com/ajduke)",
23 "janvde (https://github.com/janvde)",
24 "Alex Gustafsson (https://github.com/AlexGustafsson)",
25 "CircleHD Devs (https://github.com/circlehddev)"
26 ],
27 "homepage": "https://github.com/michaeldelorenzo/keyword-extractor",
28 "repository": {
29 "type": "git",
30 "url": "git://github.com/michaeldelorenzo/keyword-extractor.git"
31 },
32 "bugs": {
33 "url": "https://github.com/michaeldelorenzo/keyword-extractor/issues"
34 },
35 "main": "./index",
36 "scripts": {
37 "start": "browserify index.js --o bundle.js",
38 "test": "mocha -r esm"
39 },
40 "devDependencies": {
41 "browserify": "^17.0.0",
42 "esm": "^3.2.25",
43 "mocha": "^9.2.0",
44 "should": "^13.2.3"
45 },
46 "dependencies": {},
47 "engines": {
48 "node": ">= 0.10.0"
49 }
50}