{
  "name": "blazar-core",
  "version": "2.1.0",
  "description": "The future is positrons! [A react-redux web SDK]",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "bin": {
    "blazar-core": "./lib/scripts/index.js"
  },
  "scripts": {
    "blazar": "node ./lib/scripts/index.js",
    "start": "webpack-dev-server --colors --config lib/config/webpack",
    "build": "webpack --colors --display-error-details --config lib/config/webpack",
    "test": "node ./lib/test-init.js",
    "test-watch": "nodemon --watch $BLAZAR_APP_ROOT/src ./lib/test-init.js",
    "coverage": "NODE_PATH=$NODE_PATH:$BLAZAR_ROOT/node_modules nyc --cwd $BLAZAR_APP_ROOT/src --report-dir $BLAZAR_APP_ROOT/coverage --temp-directory $BLAZAR_APP_ROOT/coverage --reporter=lcov --reporter=cobertura --reporter=json --all node ./lib/test-init.js",
    "lint": "eslint --no-eslintrc --config $BLAZAR_ROOT/.eslintrc.js ${BLAZAR_APP_ROOT}/src",
    "compile": "rm -rf lib/ && mkdir lib && cp -r src/** lib/ && babel --out-dir lib/ src/",
    "prepublish": "npm run compile",
    "regenerate-deps": "rm -rf node_modules; rm npm-shrinkwrap.json; npm i && npm shrinkwrap --dev",
    "update-to-latest": "ncu -u && npm run regenerate-deps"
  },
  "homepage": "https://blazar.io",
  "repository": "https://github.com/schibsted/blazar-core",
  "bugs": "https://github.com/schibsted/blazar-core/issues",
  "keywords": [
    "react",
    "redux",
    "web",
    "framework",
    "SDK",
    "awesome"
  ],
  "engines": {
    "node": ">=6"
  },
  "author": "Blocket AB",
  "contributors": [],
  "dependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.9.1",
    "babel-eslint": "^8.0.1",
    "babel-loader": "^7.0.0",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-plugin-lodash": "^3.2.11",
    "babel-plugin-module-resolver": "^2.7.1",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-3": "^6.24.1",
    "base64-image-loader": "^1.0.0",
    "clean-webpack-plugin": "^0.1.17",
    "copy-webpack-plugin": "^4.0.1",
    "docopt": "^0.6.2",
    "dotenv": "^4.0.0",
    "dotenv-webpack": "^1.5.0",
    "enzyme": "^3.0.0",
    "enzyme-adapter-react-16": "^1.0.0",
    "eslint": "^4.7.2",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-jsx-a11y": "^5.0.2",
    "eslint-plugin-react": "^7.4.0",
    "fs-extra": "^4.0.2",
    "glob": "^7.1.2",
    "handlebars": "^4.0.5",
    "handlebars-loader": "^1.4.0",
    "html-webpack-plugin": "^2.24.1",
    "ignore-styles": "^5.0.1",
    "jasmine": "^2.8.0",
    "jsdom": "^11.2.0",
    "json-loader": "^0.5.4",
    "lodash": "^4.13.1",
    "node-noop": "^1.0.0",
    "nodemon": "^1.12.1",
    "nyc": "^11.2.1",
    "prop-types": "^15.5.10",
    "raw-loader": "^0.5.1",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-redux": "^5.0.0",
    "react-router": "^3.0.0",
    "react-router-redux": "^4.0.5",
    "react-test-renderer": "^16.0.0",
    "redux": "^3.4.0",
    "redux-actions": "^2.0.0",
    "redux-catch-promise": "^1.0.3",
    "redux-devtools-extension": "^2.13.2",
    "redux-thunk": "^2.1.0",
    "seamless-immutable": "^7.0.0",
    "sinon": "^4.0.0",
    "svg-react-loader": "^0.4.0",
    "svgo": "^0.7.1",
    "svgo-loader": "^1.1.0",
    "uglifyjs-webpack-plugin": "^1.0.0-beta.2",
    "webpack": "^3.6.0",
    "webpack-dev-server": "^2.0.0",
    "webpack-merge": "^4.0.0"
  },
  "devDependencies": {
    "eslint-to-editorconfig": "^1.2.0",
    "handlebars-loader": "^1.4.0",
    "npm-check-updates": "^2.7.0"
  },
  "peerDependencies": {
    "eslint": "^4.7.2",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-jsx-a11y": "^5.0.0",
    "eslint-plugin-react": "^7.4.0"
  }
}
