forked from timbowhite/botbouncer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.39 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "botbouncer",
"version": "0.0.11",
"description": "Detect bots and ban them from your website until they pay you Bitcoin.",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --recursive --reporter spec test"
},
"bin": "./admin.js",
"dependencies": {
"bignumber.js": "^2.1.4",
"bitcore-lib": "^0.13.11",
"caminte": "^0.2.6",
"cli-table2": "^0.2.0",
"dnscache": "^0.0.4",
"ejs": "^2.4.1",
"filesize": "^3.2.1",
"ipaddr.js": "^1.0.5",
"ipware": "0.0.7",
"isbot": "^2.1.2",
"lockfile": "^1.0.1",
"lodash": "^4.17.10",
"merge-defaults": "^0.2.1",
"minimist": "^1.2.0",
"moment": "^2.10.6",
"numeral": "^1.5.3",
"q": "^1.4.1",
"request": "^2.87.0",
"semver": "^5.1.0",
"sqlite3": "^4.0.1",
"sqlite3-transactions": "0.0.5",
"useragent": "^2.3.0",
"validator": "^4.2.1",
"yamlparser": "0.0.2"
},
"devDependencies": {
"chai": "^3.4.1",
"chance": "^0.8.0",
"escape-string-regexp": "^1.0.4",
"mocha": "^2.3.4",
"node-mocks-http": "^1.5.1"
},
"keywords": [
"bot",
"scraper",
"detection",
"bitcoin",
"cryptocurrency"
],
"author": "timbowhite",
"license": "MIT",
"homepage": "",
"repository": {
"type": "git",
"url": "git://github.com/timbowhite/botbouncer.git"
},
"engines": {
"node": ">=0.10.41"
}
}