UNPKG

1.64 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.28",
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 "Oliver Tacke (https://github.com/otacke)"
27 ],
28 "homepage": "https://github.com/michaeldelorenzo/keyword-extractor",
29 "repository": {
30 "type": "git",
31 "url": "git://github.com/michaeldelorenzo/keyword-extractor.git"
32 },
33 "bugs": {
34 "url": "https://github.com/michaeldelorenzo/keyword-extractor/issues"
35 },
36 "main": "./index",
37 "scripts": {
38 "start": "browserify index.js --o bundle.js",
39 "test": "mocha -r esm"
40 },
41 "devDependencies": {
42 "browserify": "^17.0.0",
43 "esm": "^3.2.25",
44 "mocha": "^10.2.0",
45 "should": "^13.2.3"
46 },
47 "dependencies": {},
48 "engines": {
49 "node": ">= 0.10.0"
50 }
51}