-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "@rajesh896/broprint.js",
"version": "2.1.1",
"description": "The world's easiest, smallest and powerful visitor identifier for browsers.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"private": false,
"scripts": {
"build:npm": "tsc",
"test": "echo \"Error: no test specified\" && exit 1 "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rajesh-Royal/Broprint.js.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bin": {
"getDeviceId()": "./lib/index.js"
},
"keywords": [
"browserfingerprint",
"fingerprinting",
"jsfingerprint",
"uniquebrowserid",
"nodejs",
"cryptography",
"fraud-detection",
"canvas-fingerprinting",
"audio-fingerprinting",
"visitor-identifier",
"identification",
"reactjs",
"javascript",
"typescript"
],
"author": "Rajesh-Royal",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rajesh-Royal/Broprint.js/issues"
},
"homepage": "https://github.com/Rajesh-Royal/Broprint.js#readme",
"dependencies": {},
"devDependencies": {}
}