UNPKG

1.23 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": ["text", "keyword", "search", "extract"],
6 "version": "0.0.8",
7 "licenses": [{
8 "type": "MIT",
9 "url": "https://github.com/michaeldelorenzo/keyword-extractor/raw/master/LICENSE"
10 }],
11 "contributors": [
12 "Marcos Sanz <marcossanzlatorre@gmail.com> (http://www.mistersanz.com)"
13 ],
14 "homepage": "https://github.com/michaeldelorenzo/keyword-extractor",
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/michaeldelorenzo/keyword-extractor.git"
18 },
19 "bugs":{
20 "url": "https://github.com/michaeldelorenzo/keyword-extractor/issues"
21 },
22 "main": "./index",
23 "devDependencies": {
24 "mocha": "*",
25 "should": "*"
26 },
27 "dependencies":{
28 "underscore": "1.6.0",
29 "underscore.string": "2.3.3"
30 },
31 "engines": {
32 "node": "node >= 0.10.0"
33 }
34}
\No newline at end of file