{
  "name": "npm-preset-videojs",
  "version": "1.0.0",
  "description": "An npm preset for videojs",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/brandonocasey/npm-preset-videojs.git"
  },
  "keywords": [],
  "author": "brandonocasey <brandonocasey@gmail.com>",
  "scripts": {
    "pretest:manual": "npm run test:clean",
    "test:manual": "node test/scripts/setup.js",
    "test:clean": "node test/scripts/clean.js",
    "test": "ava test/unit/*.test.js",
    "cover": "nyc ava test/unit/*.test.js",
    "posttest": "npm run lint",
    "lint": "eslint -c eslint-config-videojs src test/unit, test/scripts --rule '{max-len: 0}'",
    "prepush": "npm run lint"
  },
  "files": [
    "src/",
    "test/",
    "config/"
  ],
  "ava": {
    "timeout": "30s"
  },
  "nyc": {
    "cache": true,
    "reporter": [
      "text",
      "html"
    ],
    "exclude": [
      "test"
    ]
  },
  "dependencies": {
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-object-assign": "^6.8.0",
    "babel-preset-es2015": "^6.14.0",
    "bannerize": "^1.0.2",
    "conventional-changelog-cli": "^1.3.1",
    "conventional-changelog-videojs": "^3.0.0",
    "doctoc": "^1.3.0",
    "husky": "^0.14.3",
    "jsdoc": "^3.4.3",
    "karma": "~2.0.0",
    "karma-chrome-launcher": "^2.1.1",
    "karma-detect-browsers": "^2.2.5",
    "karma-firefox-launcher": "^1.0.1",
    "karma-ie-launcher": "^1.0.0",
    "karma-qunit": "^1.2.1",
    "karma-safari-launcher": "^1.0.0",
    "mkdirp": "^0.5.1",
    "node-sass": "4.7.2",
    "node-static": "^0.7.9",
    "rimraf": "^2.6.1",
    "rollup": "^0.53.4",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-json": "^2.1.1",
    "rollup-plugin-multi-entry": "^2.0.1",
    "rollup-plugin-node-resolve": "^3.0.0",
    "semver": "^5.3.0",
    "uglify-js": "^3.0.7",
    "videojs-languages": "^1.0.0",
    "videojs-standard": "^6.0.0"
  },
  "devDependencies": {
    "ava": "^0.24.0",
    "bluebird": "^3.5.1",
    "chokidar": "^2.0.0",
    "coveralls": "^3.0.0",
    "global": "^4.3.2",
    "npm-preset": "^1.2.0",
    "nyc": "^11.4.1",
    "qunitjs": "^2.4.1",
    "shelljs": "^0.7.8",
    "sinon": "^4.1.4",
    "uuid": "^3.1.0",
    "video.js": "^6.4.0"
  }
}
