{
  "name": "tvml-webpack-plugin",
  "version": "0.2.4",
  "description": "TVML WebPack Plugin",
  "main": "index.js",
  "scripts": {
    "clean": "rm -rf reports",
    "test": "jasmine-node test --junitreport",
    "pretest": "eslint *.js && eslint lib/*.js && eslint test/*.js && nsp check",
    "coverage": "istanbul --cover nodeunit test/tests.js && istanbul-coveralls --no-rm",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'",
    "release:pre": "npm run clean && npm run test",
    "release:post": "npm run changelog && npm run changelog:add",
    "release:major": "npm run release:pre && npm version major && npm run release:post && git push origin && git push origin --tags && npm publish",
    "release:minor": "npm run release:pre && npm version minor && npm run release:post && git push origin && git push origin --tags && npm publish",
    "release:patch": "npm run release:pre && npm version patch && npm run release:post && git push origin && git push origin --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hypery2k/tvml-webpack-plugin.git"
  },
  "keywords": [
    "tvml",
    "tvos",
    "Apple",
    "webpack"
  ],
  "author": "Martin Reinhardt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hypery2k/tvml-webpack-plugin/issues"
  },
  "homepage": "https://github.com/hypery2k/tvml-webpack-plugin#readme",
  "dependencies": {
    "imports-loader": ">=0.6.5",
    "resolve": "1.1.7",
    "tvml-kit-livereload": "0.3.3"
  },
  "peerDependencies": {
    "webpack": ">=0.9.2",
    "imports-loader": ">=0.6.5"
  },
  "devDependencies": {
    "conventional-changelog-cli": "1.2.0",
    "coveralls": "2.11.14",
    "eslint": "3.12.1",
    "istanbul": "0.4.5",
    "istanbul-coveralls": "1.0.3",
    "jasmine-node": "1.14.5",
    "jscoverage": "0.6.0",
    "nodeunit": "0.10.2",
    "nsp": "2.6.2",
    "webpack": "1.13.3"
  },
  "engine-strict": true,
  "engines": {
    "node": ">= 4.2.x"
  }
}
