Skip to content

Commit

Permalink
Add package.json keywords and improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
samclarke committed Dec 20, 2021
1 parent 75fb2c0 commit a915580
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"name": "robots-parser",
"version": "2.3.0",
"description": "Robots.txt parser.",
"description": "NodeJS robots.txt parser with support for wildcard (*) matching.",
"keywords": [
"robots.txt",
"parser",
"user-agent",
"scraper",
"spider",
"bot",
"robots-exclusion-standard"
],
"main": "index.js",
"directories": {
"test": "tests"
Expand Down

0 comments on commit a915580

Please sign in to comment.