UNPKG

aol-hb

Version:

Header bidding library for AOL's supply side platform.

68 lines (67 loc) 1.92 kB
{ "name": "aol-hb", "version": "1.3.0", "description": "Header bidding library for AOL's supply side platform.", "main": "dist/aol-hb.js", "scripts": { "prepublish": "gulp build", "test": "gulp build-ci", "preversion": "git add dist/*.js --force", "postversion": "git push origin --tags && git push origin master && commit_message=$(git log -1 --format=%B) && git reset --soft HEAD~1 && git reset dist/*.js && git commit -m $commit_message && git push origin master --force" }, "author": "", "license": "SEE LICENSE IN LICENSE FILE", "repository": { "type": "git", "url": "https://github.com/aol/aol-hb.js.git" }, "keywords": [ "header bidding", "auction", "advertising", "aol", "publisher", "ssp" ], "devDependencies": { "babel-core": "^6.18.0", "babel-loader": "^6.2.5", "babel-preset-es2015": "^6.18.0", "chai": "^3.5.0", "express": "^4.14.0", "gulp": "^3.9.1", "gulp-clean": "^0.3.2", "gulp-jscs": "^4.0.0", "gulp-jscs-stylish": "^1.4.0", "gulp-jshint": "^2.0.2", "gulp-karma": "0.0.5", "gulp-nightwatch": "^0.3.2", "gulp-rename": "^1.2.2", "gulp-uglify": "^2.0.0", "istanbul-instrumenter-loader": "^0.1.2", "jshint": "^2.9.4", "jshint-stylish": "^2.2.1", "karma": "^0.13.22", "karma-chai-sinon": "^0.1.5", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^0.2.7", "karma-mocha": "^1.2.0", "karma-mocha-reporter": "^2.2.0", "karma-webpack": "^1.8.0", "mkdirp": "^0.5.1", "mocha": "^3.1.2", "mustache-express": "^1.2.2", "nightwatch": "^0.9.8", "opn": "^4.0.2", "phantomjs": "^2.1.7", "require-dir": "^0.3.1", "sinon": "^1.17.6", "sinon-chai": "^2.8.0", "string-replace-webpack-plugin": "^0.1.3", "webpack": "^1.13.2", "webpack-stream": "^3.2.0" }, "engines": { "node": ">=6.1.0" } }