videojs-vast-vpaid
Version:
VAST plugin to use with video.js
98 lines (97 loc) • 2.82 kB
JSON
{
"name": "videojs-vast-vpaid",
"version": "3.0.0-beta.8",
"description": "VAST plugin to use with video.js",
"main": "./src/scripts/videojs_5.vast.vpaid.js",
"repository": {
"type": "git",
"url": "https://github.com/MailOnline/videojs-vast-vpaid"
},
"keywords": [
"vpaid",
"html5",
"flash",
"vast",
"videojs",
"js",
"video",
"iab"
],
"scripts": {
"test": "karma start karma.conf.js --single-run",
"test-watch": "karma start karma.conf.js --log-level debug",
"prebuild": "rimraf dist",
"build": "webpack --config ./webpackfile.babel.js",
"build-demo": "npm run build && webpack --config ./webpackfile.demo.babel.js && gulp prepare-demo-statics",
"deploy-demo": "npm run build-demo && gulp update-gh-pages",
"lint": "npm-run-all lint-*",
"lint-styles": "stylelint './src/**/*.{scss,sass,css}'",
"lint-scripts": "./node_modules/.bin/eslint '{src/**,test/**,demo/**}/*.js'",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"precommit": "npm run lint",
"prepush": "npm test",
"start": "npm run build-demo && webpack-dev-server --config ./webpackfile.babel.js --content-base ./dist"
},
"files": [
"dist",
"src"
],
"license": "MIT",
"dependencies": {
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"karma-cli": "^1.0.1",
"swfobject": "^2.2.1",
"vpaid-flash-client": "^1.0.2",
"vpaid-html5-client": "^0.1.14"
},
"devDependencies": {
"async": "^1.2.1",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.5",
"babel-register": "^6.16.3",
"bower": "^1.7.9",
"chai": "^3.4.1",
"css-loader": "^0.25.0",
"eslint": "^3.8.1",
"eslint-config-mailonline": "^2.0.0",
"express": "^4.13.3",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"karma": "^0.13.19",
"karma-chai-sinon": "0.1.5",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-mocha": "0.2.1",
"karma-safari-launcher": "0.1.1",
"karma-spec-reporter": "^0.0.23",
"karma-webpack": "^1.8.0",
"mocha": "^2.2.5",
"mol-conventional-changelog": "^1.1.0",
"node-sass": "^3.10.1",
"npm-run-all": "^3.1.1",
"resolve-url-loader": "^1.6.0",
"rimraf": "^2.5.4",
"sass-loader": "^4.0.2",
"semantic-release": "^4.3.5",
"sinon": "1.14.1",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"stylelint": "^7.5.0",
"stylelint-config-standard": "^14.0.0",
"webpack": "^2.1.0-beta.25"
},
"babel": {
"presets": [
"es2015",
"stage-2"
]
},
"config": {
"commitizen": {
"path": "./node_modules/mol-conventional-changelog"
}
}
}