forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
92 lines (92 loc) · 2.67 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
{
"name": "prebid.js",
"version": "0.14.0-pre",
"description": "Header Bidding Management Library",
"main": "src/prebid.js",
"scripts": {
"test": "gulp test && gulp mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/prebid/Prebid.js.git"
},
"globalVarName": "pbjs",
"analytics": [],
"author": "the prebid.js contributors",
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.5.0",
"block-loader": "^2.1.0",
"chai": "^3.3.0",
"coveralls": "^2.11.11",
"del": "^2.2.0",
"ejs": "^2.5.1",
"es5-shim": "^4.5.2",
"fs.extra": "^1.3.2",
"gulp": "^3.8.7",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.0.6",
"gulp-header": "^1.7.1",
"gulp-jscs": "^3.0.2",
"gulp-jsdoc-to-markdown": "^1.2.1",
"gulp-jshint": "^1.8.4",
"gulp-karma": "0.0.4",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-webdriver": "^1.0.1",
"gulp-zip": "^3.1.0",
"istanbul": "^0.3.2",
"istanbul-instrumenter-loader": "^0.1.2",
"jshint-stylish": "^2.2.1",
"json-loader": "^0.5.1",
"karma": "^0.13.2",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserstack-launcher": "^1.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.2.7",
"karma-es5-shim": "https://github.com/pokehanai/karma-es5-shim/archive/v2.1.0.tar.gz",
"karma-expect": "^1.1.0",
"karma-firefox-launcher": "^0.1.3",
"karma-html-reporter": "^0.2.7",
"karma-ie-launcher": "^0.1.5",
"karma-junit-reporter": "^0.3.8",
"karma-mocha": "^0.2.0",
"karma-nyan-reporter": "0.2.2",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.2",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10",
"karma-script-launcher": "^0.1.0",
"karma-sinon": "^1.0.4",
"karma-webpack": "^1.5.1",
"localtunnel": "^1.3.0",
"mkpath": "^1.0.0",
"mocha": "^1.21.4",
"nightwatch": "^0.9.5",
"mock-fs": "^3.11.0",
"open": "0.0.5",
"phantomjs": "^1.9.18",
"proxyquire": "^1.7.10",
"querystringify": "0.0.3",
"requirejs": "^2.1.20",
"sinon": "^1.12.1",
"string-replace-webpack-plugin": "0.0.3",
"uglify-js": "^2.4.15",
"url-parse": "^1.0.5",
"webpack": "^1.12.3",
"webpack-stream": "^3.1.0",
"yargs": "^1.3.1"
},
"dependencies": {}
}