{
  "name": "rmp-vast",
  "version": "6.0.0",
  "author": "Radiant Media Player <support@radiantmediaplayer.com>",
  "description": "A client-side JavaScript solution to load, parse and display VAST resources (advertising)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/radiantmediaplayer/rmp-vast.git"
  },
  "main": "js/src/index.js",
  "keywords": [
    "vast",
    "advertising",
    "media",
    "video",
    "html5",
    "javascript"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/radiantmediaplayer/rmp-vast/issues"
  },
  "homepage": "https://www.radiantmediaplayer.com/rmp-vast/app/",
  "devDependencies": {
    "eslint": "^8.9.0",
    "grunt": "^1.4.1",
    "grunt-contrib-compress": "^2.0.0",
    "grunt-contrib-less": "^3.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-shell": "^3.0.1",
    "grunt-text-replace": "^0.4.0",
    "load-grunt-config": "^4.0.1",
    "postcss-less": "^6.0.0",
    "selenium-webdriver": "^4.1.1",
    "stylelint": "^14.5.1",
    "stylelint-config-standard": "^25.0.0",
    "time-grunt": "^2.0.0"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "css-functions-list": "^3.0.1",
    "eslint-scope": "^7.1.1",
    "espree": "^9.3.1",
    "eslint-visitor-keys": "^3.3.0",
    "globals": "^13.12.1",
    "postcss": "^8.4.6",
    "postcss-selector-parser": "^6.0.9",
    "source-map-js": "^1.0.2",
    "signal-exit": "^3.0.7",
    "supports-hyperlinks": "^2.2.0",
    "stylelint-config-recommended": "^7.0.0",
    "write-file-atomic": "^4.0.1"
  },
  "scripts": {
    "test": "echo \"run grunt test\""
  }
}
