UNPKG

1.4 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 "keywords": [
6 "text",
7 "keyword",
8 "search",
9 "extract"
10 ],
11 "version": "0.0.18",
12 "licenses": [
13 {
14 "type": "MIT",
15 "url": "https://github.com/michaeldelorenzo/keyword-extractor/raw/master/LICENSE"
16 }
17 ],
18 "contributors": [
19 "Marcos Sanz <marcossanzlatorre@gmail.com> (http://www.mistersanz.com)",
20 "d-oliveros (https://github.com/d-oliveros)",
21 "Abhijeet Sutar <ajduke@about.me> (https://github.com/ajduke)",
22 "janvde (https://github.com/janvde)",
23 "Alex Gustafsson (https://github.com/AlexGustafsson)"
24 ],
25 "homepage": "https://github.com/michaeldelorenzo/keyword-extractor",
26 "repository": {
27 "type": "git",
28 "url": "git://github.com/michaeldelorenzo/keyword-extractor.git"
29 },
30 "bugs": {
31 "url": "https://github.com/michaeldelorenzo/keyword-extractor/issues"
32 },
33 "main": "./index",
34 "devDependencies": {
35 "mocha": "*",
36 "should": "*"
37 },
38 "dependencies": {
39 "underscore": "1.9.1",
40 "underscore.string": "3.3.5"
41 },
42 "engines": {
43 "node": ">= 0.10.0"
44 }
45}