Skip to content

Commit a915580

Browse files
committed
Add package.json keywords and improve description
1 parent 75fb2c0 commit a915580

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"name": "robots-parser",
33
"version": "2.3.0",
4-
"description": "Robots.txt parser.",
4+
"description": "NodeJS robots.txt parser with support for wildcard (*) matching.",
5+
"keywords": [
6+
"robots.txt",
7+
"parser",
8+
"user-agent",
9+
"scraper",
10+
"spider",
11+
"bot",
12+
"robots-exclusion-standard"
13+
],
514
"main": "index.js",
615
"directories": {
716
"test": "tests"

0 commit comments

Comments
 (0)