-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
51 lines (51 loc) · 1.52 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
{
"name": "js-detect-incognito-private-browsing",
"homepage": "https://github.com/Maykonn/js-detect-incognito-private-browsing-paywall",
"description": "Javascript Code to Detect Private or Incognito Browsing (with Bot detector) and Paywall",
"keywords": [
"javascript",
"browsing-mode",
"detection",
"detect",
"incognito",
"paywall",
"bot",
"js-detect-incognito-browsing",
"js-detect-private-browsing",
"js-detect-incognito-mode",
"js-detect-private-mode",
"private-mode",
"incognito-mode"
],
"author": "Maykonn Welington Candido <[email protected]> (https://github.com/Maykonn)",
"repository": {
"type": "git",
"url": "https://github.com/Maykonn/js-detect-incognito-private-browsing-paywall"
},
"dependencies": {
"es6-shim": "^0.35.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"body-parser": "^1.18.2",
"compression-webpack-plugin": "^1.1.3",
"express": "^4.16.2",
"json-loader": "^0.5.7",
"path": "^0.12.7",
"webpack": ">=3.1.11",
"webpack-bundle-analyzer": ">=3.3.2",
"webpack-cli": "^3.3.10",
"webpack-dev-middleware": "^2.0.4",
"webpack-dev-server": ">=3.1.11",
"webpack-merge": "^4.1.1"
},
"main": "./dist/BrowsingModeDetector.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.config.js --open",
"build": "webpack --config webpack.prod.config.js --progress"
},
"license": "MIT",
"version": "1.0.5"
}