forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.26 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "prebid.js",
"version": "5.2.0-pre",
"description": "Header Bidding Management Library",
"main": "src/prebid.js",
"scripts": {
"test": "gulp test",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "https://github.com/prebid/Prebid.js.git"
},
"keywords": [
"advertising",
"auction",
"header bidding",
"prebid"
],
"globalVarName": "pbjs",
"author": "the prebid.js contributors",
"license": "Apache-2.0",
"engines": {
"node": ">=8.9.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@jsdevtools/coverage-istanbul-loader": "^3.0.3",
"@wdio/browserstack-service": "^6.1.4",
"@wdio/cli": "^7.5.2",
"@wdio/concise-reporter": "^7.5.2",
"@wdio/local-runner": "^7.5.2",
"@wdio/mocha-framework": "^7.5.2",
"@wdio/spec-reporter": "^7.5.2",
"@wdio/sync": "^7.5.2",
"ajv": "5.5.2",
"babel-loader": "^8.0.5",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"deep-equal": "^2.0.3",
"documentation": "^13.2.5",
"es5-shim": "^4.5.14",
"eslint": "^7.27.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prebid": "file:./plugins/eslint",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^3.0.1",
"execa": "^5.0.0",
"faker": "^5.5.3",
"fs.extra": "^1.3.2",
"gulp": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^4.0.0",
"gulp-footer": "^2.0.2",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-js-escape": "^1.0.1",
"gulp-replace": "^1.0.0",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"gulp-util": "^3.0.0",
"is-docker": "^2.2.1",
"istanbul": "^0.4.5",
"karma": "^6.3.2",
"karma-babel-preprocessor": "^8.0.1",
"karma-browserstack-launcher": "1.4.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-es5-shim": "^0.0.4",
"karma-firefox-launcher": "^2.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-script-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^3.0.5",
"lodash": "^4.17.21",
"mocha": "^5.0.0",
"morgan": "^1.10.0",
"open": "^8.2.0",
"resolve-from": "^5.0.0",
"sinon": "^4.1.3",
"through2": "^4.0.2",
"url-parse": "^1.0.5",
"webdriverio": "^7.6.1",
"webpack": "^3.0.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-stream": "^3.2.0",
"yargs": "^17.0.1"
},
"dependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"core-js": "^3.13.0",
"core-js-pure": "^3.13.0",
"criteo-direct-rsa-validate": "^1.1.0",
"crypto-js": "^3.3.0",
"dlv": "1.1.3",
"dset": "2.0.1",
"express": "^4.15.4",
"fun-hooks": "^0.9.9",
"just-clone": "^1.0.2",
"live-connect-js": "2.0.0"
}
}