forked from yusukeshib/express-fingerprint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 KB
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
{
"name": "express-fingerprint",
"version": "1.1.1",
"description": "Client fingerprint server implementation.",
"main": "index.js",
"scripts": {
"build": "webpack",
"lint:fix": "eslint src --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yusukeshibata/express-fingerprint.git"
},
"keywords": [
"express",
"fingerprint",
"server-side",
"fingerprint",
"device",
"identification",
"node"
],
"author": "Yusuke Shibata <shibata@fata.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yusukeshibata/express-fingerprint/issues"
},
"homepage": "https://github.com/yusukeshibata/express-fingerprint#readme",
"dependencies": {
"async": "^2.1.5",
"geoip-lite": "^1.1.9",
"murmurhash3js": "^3.0.1",
"traverse": "^0.6.6",
"useragent": "^2.1.12"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"eslint": "^3.15.0",
"eslint-loader": "^1.6.1",
"express": "^4.14.1",
"webpack": "1.14.0",
"webpack-node-externals": "^1.5.4"
}
}