-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
71 lines (71 loc) · 1.83 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
{
"name": "html5-ad-plugins",
"version": "0.0.1",
"description": "Ooyala ad manager plugins",
"engines": {
"node": ">=8.11.3"
},
"scripts": {
"test": "mocha test/unit-tests --require test/test_lib.js --exit",
"lint": "eslint .",
"analysis": "echo",
"webpack": "webpack --progress",
"build:dev": "webpack --mode development",
"build": "webpack --mode production",
"start": "webpack-dev-server"
},
"keywords": [
"ad manager",
"ads",
"ooyala"
],
"repository": {
"type": "git",
"url": "https://github.com/ooyala/html5-ad-plugins"
},
"dependencies": {
"aws-sdk": "^2.1.49",
"mime": "^2.3.1",
"underscore": "^1.9.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.5",
"babelify": "^9.0.0",
"browserify": "16.2.2",
"eslint": "^5.15.2",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"expect.js": "0.3.1",
"file-lister": "^1.1.0",
"gulp": "3.9.1",
"gulp-filenames": "^4.0.1",
"gulp-rename": "1.3.0",
"gulp-shell": "0.6.5",
"gulp-sourcemaps": "2.6.4",
"gulp-uglify": "3.0.0",
"gulp-util": "3.0.8",
"gulp-webserver": "0.9.1",
"hazmat": "*",
"jquery": "3.3.1",
"jsdom": "11.11.0",
"mocha": "~5.2.0",
"sinon": "^7.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1",
"webpack-glob-entries": "^1.0.1"
},
"author": "Ooyala",
"contributors": [
"Peter Iliev <[email protected]>",
"Greg Frank <[email protected]>",
"Angie Israni <[email protected]>"
],
"license": "ISC",
"homepage": "https://github.com/ooyala/html5-ad-plugins"
}