UNPKG

1.28 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.11",
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 "d-oliveros (https://github.com/d-oliveros)"
14 ],
15 "homepage": "https://github.com/michaeldelorenzo/keyword-extractor",
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/michaeldelorenzo/keyword-extractor.git"
19 },
20 "bugs":{
21 "url": "https://github.com/michaeldelorenzo/keyword-extractor/issues"
22 },
23 "main": "./index",
24 "devDependencies": {
25 "mocha": "*",
26 "should": "*"
27 },
28 "dependencies":{
29 "underscore": "1.7.0",
30 "underscore.string": "2.3.3"
31 },
32 "engines": {
33 "node": "node >= 0.10.0"
34 }
35}