UNPKG

720 BJSONView Raw
1{
2 "name": "bot-detector",
3 "version": "1.0.10",
4 "description": "It uses the user-agents.org xml file for detecting bots.",
5 "main": "botDetect.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/wedgies/bot-detector"
12 },
13 "bugs": {
14 "url": "https://github.com/wedgies/bot-detector/issues"
15 },
16 "keywords": [
17 "spiders",
18 "crawlers",
19 "bot detection",
20 "robots.txt"
21 ],
22 "author": "Shawn Looker",
23 "license": "ISC",
24 "devDependencies": {
25 "chai": "^3.0.0",
26 "grunt": "^0.4.5",
27 "grunt-contrib-jshint": "^0.11.2",
28 "grunt-execute": "^0.2.2",
29 "mocha": "^2.2.5",
30 "request": "^2.57.0",
31 "xml2js": "^0.4.9"
32 }
33}