-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
87 lines (87 loc) · 2.58 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
{
"name": "openwrap",
"version": "1.0.0",
"description": "As publishers have embraced header bidding, running multiple header tags from different providers has become a top priority with many considerations.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PubMatic/OpenWrap.git"
},
"author": "PubMatic",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/PubMatic/OpenWrap/issues"
},
"homepage": "https://github.com/PubMatic/OpenWrap#readme",
"dependencies": {
"gulp": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.0.6",
"gulp-eslint": "^3.0.1",
"gulp-fs-cache": "^0.1.0",
"gulp-json-editor": "^2.5.4",
"gulp-optimize-js": "^1.1.0",
"gulp-remove-code": "^3.0.4",
"gulp-replace-task": "^0.11.0",
"gulp-uglify": "^0.3.1",
"prebid-universal-creative": "1.1.1",
"shelljs": "^0.7.7",
"string-replace-webpack-plugin": "0.0.3",
"webpack": "^1.15.0",
"webpack-stream": "^3.1.0",
"yargs": "^1.3.1"
},
"devDependencies": {
"babel-core": "6.22.0",
"babel-loader": "6.4.1",
"babel-preset-es2015": "6.22.0",
"block-loader": "^2.1.0",
"chai": "^3.3.0",
"es5-shim": "^4.5.2",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp-babel": "^6.1.2",
"gulp-header": "^1.7.1",
"gulp-insert": "^0.5.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-karma": "0.0.4",
"gulp-mocha": "^2.2.0",
"gulp-replace": "^0.4.0",
"gulp-strip-code": "^0.1.4",
"gulp-strip-comments": "^2.4.5",
"gulp-util": "^3.0.0",
"gulp-webserver": "^0.9.1",
"istanbul": "^0.3.2",
"istanbul-instrumenter-loader": "^0.1.2",
"jsdom": "^9.3.0",
"jshint": "^2.9.4",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.2.7",
"karma-es5-shim": "^0.0.4",
"karma-expect": "^1.1.0",
"karma-html-reporter": "^0.2.7",
"karma-junit-reporter": "^0.3.8",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-requirejs": "^0.2.2",
"karma-sinon": "^1.0.5",
"karma-webpack": "^1.5.1",
"mocha": "^1.21.4",
"open": "0.0.5",
"phantomjs": "^2.1.1",
"requirejs": "^2.1.20",
"sinon": "^1.12.1",
"watchify": "^3.9.0"
}
}