-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "eklem-headline-parser",
"version": "4.0.3",
"description": "Determines the most relevant keywords from an article headline",
"main": "./dist/eklem-headline-parser.cjs.js",
"module": "./dist/eklem-headline-parser.esm.mjs",
"browser": "./dist/eklem-headline-parser.umd.js",
"scripts": {
"build": "rollup --config",
"test": "standard './*.js' && npm run build && npx ava ./test/test.cjs.js && ava ./test/test.esm.mjs && ava ./test/ui-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/eklem/eklem-headline-parser.git"
},
"keywords": [
"parse",
"keywords",
"keyword",
"article",
"headline",
"relevance",
"context"
],
"author": "eklem <[email protected]> (http://lab.klemespen.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/eklem/eklem-headline-parser/issues"
},
"homepage": "https://github.com/eklem/eklem-headline-parser",
"devDependencies": {
"batr": "^2.1.10",
"stopword": "^3.1.1"
}
}