{
  "name": "bnt-ui",
  "version": "3.0.0",
  "description": "A shared library for the klara components and interface",
  "author": "BNT",
  "main": "dist/index.js",
  "scripts": {
    "start": "webpack-dev-server",
    "stylint": "stylint lib",
    "clean": "rm -rf dist && mkdir dist",
    "build": "babel lib --out-dir dist",
    "bump": "npm version patch && git push --follow-tags",
    "deploy": "npm run bump && npm publish",
    "prepublish": "npm run clean && npm run build",
    "test": "mocha --compilers js:babel-core/register ./lib/**/*Tests.js --require mochaClientSetup.js",
    "tdd": "npm run test -- --watch",
    "eslint": "eslint --ignore-path .gitignore --ext .js,.jsx .",
    "lint": "npm run eslint && npm run stylint"
  },
  "babel": {
    "presets": [
      "es2015"
    ],
    "plugins": [
      "transform-es2015-modules-commonjs",
      "transform-object-rest-spread",
      "transform-react-jsx"
    ]
  },
  "pre-push": [
    "eslint",
    "stylint",
    "test"
  ],
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.2",
    "babel-loader": "^6.4.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.3.3",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "chai": "^3.5.0",
    "chai-enzyme": "^0.6.1",
    "classnames": "^2.2.5",
    "css-loader": "^0.28.0",
    "dirty-chai": "^1.2.2",
    "enzyme": "^2.8.2",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.3.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-mocha": "^4.11.0",
    "eslint-plugin-mocha-cleanup": "^1.6.2",
    "eslint-plugin-react": "^7.1.0",
    "extract-text-webpack-plugin": "^2.1.0",
    "jsdom": "^9.12.0",
    "mocha": "^3.2.0",
    "pre-push": "^0.1.1",
    "prop-types": "^15.5.10",
    "react": "^15.6.1",
    "react-addons-test-utils": "^15.5.1",
    "react-dom": "^15.6.1",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.9.0",
    "stylint": "^1.3.6",
    "stylint-stylish": "^1.2.0",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.1",
    "webpack": "^2.3.3",
    "webpack-dev-server": "^2.4.2"
  },
  "peerDependencies": {
    "prop-types": "^15.5.10",
    "react": "^15.6.1",
    "react-dom": "^15.6.1"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "lodash": "^4.17.4",
    "recompose": "^0.23.5"
  }
}
