UNPKG

vast-player-react

Version:

A React Component That Plays an Inline VAST 4.0 Ad

67 lines (66 loc) 2.23 kB
{ "name": "vast-player-react", "version": "0.4.1", "description": "A React Component That Plays an Inline VAST 4.0 Ad", "main": "src/vast-player.js", "scripts": { "test": "npm run lint && npm run mocha && npm run coverage", "coverage": "babel-istanbul check-coverage --statement 80 --branch 80 --function 80", "mocha": "babel-node -- node_modules/babel-istanbul/lib/cli cover --print both _mocha test/**/*.test.jsx -- --compilers css:./css-noop-compiler.js", "build-example": "webpack", "build": "babel --presets babel-preset-react,babel-preset-es2015 lib --out-dir src --source-maps", "lint": "eslint index.js \"lib/**\"", "full-page-build": "webpack --config examples/full-page/webpack.config.js", "multi-ad-build": "webpack --config examples/multi-ad/webpack.config.js", "prepublish": "npm run build", "examples": "npm run build && npm run full-page-build && npm run multi-ad-build && node examples/" }, "dependencies": { "react": "15.0.2", "react-dom": "15.0.2", "vast-xml-4": "^0.1.0", "lodash": "^4.12.0", "bluebird": "^3.4.0", "axios": "<2.0.0" }, "devDependencies": { "webpack":"^1.13.0", "babel-loader": "^6.2.4", "babel-core": "^6.9.0", "babel-preset-es2015-webpack": "^6.4.1", "babel-preset-react": "^6.5.0", "babel-plugin-transform-object-rest-spread": "*", "eslint": "^2.10.2", "babel-eslint": "^6.0.4", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-react": "^5.1.1", "eslint-plugin-jsx-a11y": "^1.2.0", "eslint-plugin-import": "^1.8.0", "react-addons-test-utils": "15.0.2", "express": "^4.0.0", "style-loader": "*", "css-loader": "*", "babel-istanbul": "*", "mocha": "^2.4.5", "babel-cli": "^6.9.0", "jsdom": "^9.2.1", "mocha-jsdom": "^1.1.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/shibbybird/vast-player-react.git" }, "keywords": [ "vast", "react", "4.0", "player", "video" ], "author": "Luke Wilson", "license": "MIT", "bugs": { "url": "https://github.com/shibbybird/vast-player-react/issues" }, "homepage": "https://github.com/shibbybird/vast-player-react#readme" }