forked from prebid/prebid-universal-creative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.73 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
{
"name": "prebid-universal-creative",
"version": "1.17.0-pre",
"description": "Universal creative for Prebid apps",
"main": "dist/creative.js",
"scripts": {
"test": "gulp test",
"prepublish": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prebid/prebid-universal-creative.git"
},
"keywords": [
"Prebid.js"
],
"globalVarName": "pbjs",
"author": "Prebid.org Contributors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/prebid/prebid-universal-creative/issues"
},
"homepage": "https://github.com/prebid/prebid-universal-creative#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.6.2",
"@wdio/browserstack-service": "^7.25.4",
"@wdio/cli": "^7.25.4",
"@wdio/concise-reporter": "^7.25.4",
"@wdio/local-runner": "^7.25.4",
"@wdio/mocha-framework": "^7.25.4",
"@wdio/spec-reporter": "^7.25.4",
"@wdio/sync": "^7.25.4",
"babel-loader": "^8.0.5",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"chai": "^4.1.2",
"core-js": "^3.13.0",
"core-js-pure": "^3.13.0",
"del": "^5.0.0",
"execa": "^1.0.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^4.0.2",
"gulp-header": "^2.0.1",
"gulp-inject": "^5.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-uglify": "^3.0.0",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.0",
"karma": "^6.4.0",
"karma-browserstack-launcher": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coverage-istanbul-reporter": "^1.4.3",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^3.0.5",
"lodash": "^4.17.14",
"mocha": "^10.2.0",
"opn": "^6.0.0",
"sinon": "^6.3.4",
"string-replace-webpack-plugin": "^0.1.3",
"webdriverio": "^7.25.2",
"webpack": "^3.12.0",
"webpack-stream": "^4.0.0",
"yargs": "^11.0.0",
"webpack-common-shake": "^1.0.0"
},
"dependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"postscribe": "^2.0.8"
}
}