This repository has been archived by the owner on May 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.88 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
{
"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"
}
}