{
  "name": "@hola.org/videojs-utils",
  "version": "0.0.1-5",
  "description": "Video.JS utility functions",
  "main": "src/videojs-utils.js",
  "scripts": {
    "build": "grunt",
    "login": "c=`npm c ls`; test \"${c#*@hola}\" != \"$c\" || npm login --scope @hola.org",
    "prerelease": "npm run build",
    "release": "run-s 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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hola/videojs-utils.git"
  },
  "files": [
    ".jshintrc",
    "README.md",
    "dist/",
    "src/"
  ],
  "author": "",
  "license": "Apache",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.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-shell": "~1.3.0",
    "load-grunt-tasks": "~0.4.0",
    "npm-run-all": "^3.1.0"
  }
}
