forked from antoinevastel/fpscanner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 740 Bytes
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
{
"name": "fpscanner",
"version": "0.1.4",
"description": "Detect bots using fingerprinting",
"main": "src/fpScanner.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 5000 --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/antoinevastel/fpscanner.git"
},
"keywords": [],
"author": "antoinevastel <antoine.vastel@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/antoinevastel/fpscanner/issues"
},
"homepage": "https://github.com/antoinevastel/fpscanner",
"dependencies": {
"ua-parser-js": "^0.7.18"
},
"devDependencies": {
"chai": "^4.2.0",
"fpcollect": "^1.0.4",
"mocha": "^5.2.0",
"puppeteer": "^1.9.0"
}
}