{
  "name": "@nowtv/nowtv-react-toolkit",
  "version": "1.3.5",
  "description": "NowTV React ui-toolkit",
  "main": "./dist/toolkit.js",
  "scripts": {
    "prepublish": "npm run build",
    "postpublish": "git push && git push --tags",
    "lint": "eslint src/ test/",
    "build": "webpack && webpack --config ./docs/webpack.config.js",
    "serve": "node ./docs/server/index.js",
    "start": "npm run build && npm run serve",
    "test:unit": "mocha --opts ./test/config/mocha.opts 'src/**/*.spec.js' --recursive",
    "test": "npm run test:unit && npm run lint",
    "test:feature": "npm run nightwatch -- --env local",
    "test:feature-bs": "npm run nightwatch -- --env chrome_win,chrome_osx,firefox_win,firefox_osx,IE10,IE11,edge",
    "nightwatch": "nightwatch -o ./test/feature/tests_output -c ./test/config/nightwatch.conf.js",
    "checkLoggedIn": "if [[ \"$(npm whoami)\" == \"nowtv\" ]] ; then echo \"Logged In\" ; else echo \"You are not logged in to NPM as NowTV!\" ; exit 1 ; fi ;",
    "release:major": "npm run checkLoggedIn && npm version major && npm publish",
    "release:minor": "npm run checkLoggedIn && npm version minor && npm publish",
    "release:patch": "npm run checkLoggedIn && npm version patch && npm publish"
  },
  "pre-commit": [
    "test"
  ],
  "author": "",
  "license": "ISC",
  "engines": {
    "node": ">=5.1.0"
  },
  "devDependencies": {
    "autoprefixer": "^6.3.1",
    "autoprefixer-loader": "^3.2.0",
    "babel": "^6.3.13",
    "babel-cli": "^6.4.5",
    "babel-core": "^6.4.5",
    "babel-eslint": "^5.0.0-beta6",
    "babel-loader": "^6.2.0",
    "babel-polyfill": "^6.5.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "chai": "^3.4.1",
    "classnames": "^2.2.3",
    "css-loader": "^0.23.1",
    "del": "^2.2.0",
    "enzyme": "^2.0.0",
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "^4.0.0",
    "eslint-plugin-react": "^3.11.3",
    "express": "^4.13.4",
    "express-handlebars": "^3.0.0",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.8.4",
    "history": "^1.17.0",
    "mocha": "^2.2.4",
    "nightwatch": "github:peter-mouland/nightwatch",
    "node-hook": "^0.2.0",
    "node-sass": "^3.1.2",
    "nowtv-grid": "git://github.com/sky-uk/nowtv-web-grid.git",
    "postcss-loader": "^0.8.0",
    "react": "^0.14.6",
    "react-addons-test-utils": "^0.14.3",
    "react-dom": "^0.14.6",
    "react-router": "^2.0.0-rc5",
    "sass-loader": "^3.1.2",
    "selenium-standalone": "^4.8.0",
    "sinon": "^1.17.2",
    "style-loader": "^0.13.0",
    "svg-inline-loader": "^0.4.0",
    "url-loader": "^0.5.6",
    "webpack": "^1.12.12",
    "webpack-dev-server": "^1.14.1",
    "webpack-hot-middleware": "^2.6.4",
    "webpack-isomorphic-tools": "^2.2.26"
  },
  "dependencies": {
    "@nowtv/nowtv-styleguide": "^5.5.7",
    "sinon-chai": "^2.8.0"
  }
}
