forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
{
"name": "prebid.js",
"version": "0.5.0",
"description": "Header Bidding Management Library",
"main": "prebid.js",
"scripts": {},
"author": [],
"license": "Apache-2.0",
"devDependencies": {
"browser-sync": "^2.11.0",
"browserify": "^12.0.1",
"del": "^1.1.1",
"ecstatic": "^0.8.0",
"gulp": "^3.9.0",
"gulp-beautify": "^1.1.2",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.2.2",
"gulp-jscs": "^1.4.0",
"gulp-jsdoc": "^0.1.4",
"gulp-jsdoc-to-markdown": "^1.1.1",
"gulp-jshint": "^1.9.2",
"gulp-mocha": "^2.1.3",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.0",
"gulp-strip-comments": "^1.0.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.0.2",
"jsdoc-to-markdown": "^1.1.1",
"jshint-stylish": "^2.0.1",
"mocha": "^2.3.4",
"mocha-phantomjs": "^4.0.2",
"preprocessify": "0.0.6",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {}
}