{
  "name": "@hola.org/videojs-osmf",
  "version": "0.0.0-35",
  "description": "A Video.js media controller for OSMF",
  "main": "dist/videojs-osmf.js",
  "scripts": {
    "build": "grunt",
    "login": "c=`npm c ls`; test \"${c#*@hola}\" != \"$c\" || npm login --scope @hola.org",
    "release": "run-s build login release:*",
    "release:tag": "git tag v$npm_package_version",
    "release:publish": "npm publish",
    "release:pushtags": "git push --tags origin",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "Apache",
  "files": [
    "src/",
    "dist/",
    "Gruntfile.js",
    "libs/",
    "compiler/"
  ],
  "devDependencies": {
    "async": "~0.2.9",
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1.0",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-qunit": "~0.2.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-uglify": "~0.2.0",
    "grunt-contrib-watch": "~0.4.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-connect": "~0.6.0",
    "grunt-open": "0.2.3",
    "grunt-shell": "0.6.1",
    "grunt-concurrent": "0.4.3",
    "load-grunt-tasks": "~0.4.0",
    "npm-run-all": "^3.1.0",
    "@hola.org/video.js": ">=5.10.2-16 <5.10.2"
  }
}
