react-native-vast-client
Version:
JavaScript VAST Client
60 lines (59 loc) • 1.51 kB
JSON
{
"name": "react-native-vast-client",
"author": "Sina Moammar",
"version": "2.5.1",
"description": "JavaScript VAST Client",
"keywords": [
"vast",
"ad",
"advertising",
"iab",
"in-stream",
"video"
],
"repository": {
"type": "git",
"url": "https://github.com/sina-moammar/vast-client-js.git"
},
"license": "MIT",
"engines": {
"node": ">=8.9.4"
},
"main": "src/index.js",
"module": "src/index.js",
"browser": {
"dist/vast-client.min.js": "dist/vast-client.min.js"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint .",
"precommit": "eslint . --max-warnings 0 && pretty-quick --staged",
"test": "mocha --compilers js:babel-core/register --reporter spec test/*.js"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^5.13.0",
"eslint-plugin-import": "^2.15.0",
"husky": "^0.14.3",
"mocha": "^5.1.1",
"path": "^0.12.7",
"prettier": "^1.11.1",
"pretty-quick": "^1.4.1",
"rollup": "^0.58.2",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^3.0.0",
"should": "^11.2.1",
"sinon": "^2.3.6"
},
"dependencies": {
"xmldom": "^0.1.27",
"events": "^3.0.0"
}
}