{
  "name": "hui-web-client",
  "version": "0.21.1",
  "description": "A library of reusable components",
  "main": "lib/index.js",
  "author": "Hixme",
  "license": "MIT",
  "homepage": "https://bitbucket.org/hixme/hixme-ui#readme",
  "engines": {
    "node": ">=4.2.0",
    "npm": "^3.0.0"
  },
  "scripts": {
    "build": "babel ./src/ui-module -d ../../lib/ --copy-files",
    "clean": "rimraf lib",
    "compile": "better-npm-run compile",
    "lint": "eslint src tests server",
    "lint:fix": "npm run lint -- --fix",
    "start": "better-npm-run start",
    "dev": "better-npm-run dev",
    "dev:no-debug": "npm run dev -- --no_debug",
    "test": "better-npm-run test",
    "test:dev": "npm run test -- --watch",
    "deploy": "better-npm-run deploy",
    "deploy:dev": "better-npm-run deploy:dev",
    "deploy:prod": "better-npm-run deploy:prod",
    "codecov": "cat coverage/*/lcov.info | codecov",
    "precommit": "yarn lint",
    "prepush": "yarn test"
  },
  "betterScripts": {
    "compile": {
      "command": "babel-node bin/compile",
      "env": {
        "DEBUG": "app:*"
      }
    },
    "dev": {
      "command": "nodemon --exec babel-node bin/server",
      "env": {
        "NODE_ENV": "development",
        "DEBUG": "app:*"
      }
    },
    "deploy": {
      "command": "npm run clean && npm run compile",
      "env": {
        "DEBUG": "app:*"
      }
    },
    "deploy:dev": {
      "command": "npm run deploy",
      "env": {
        "NODE_ENV": "development",
        "DEBUG": "app:*"
      }
    },
    "deploy:prod": {
      "command": "npm run deploy",
      "env": {
        "NODE_ENV": "production",
        "DEBUG": "app:*"
      }
    },
    "start": {
      "command": "babel-node bin/server",
      "env": {
        "DEBUG": "app:*"
      }
    },
    "test": {
      "command": "babel-node ./node_modules/karma/bin/karma start build/karma.conf",
      "env": {
        "NODE_ENV": "test",
        "DEBUG": "app:*"
      }
    }
  },
  "dependencies": {
    "@hixme-ui/card": "^1.0.12",
    "@hixme-ui/container": "^1.0.12",
    "@hixme-ui/currency": "^1.0.12",
    "@hixme-ui/flex-container": "^1.0.12",
    "@hixme-ui/icon": "^1.0.0",
    "@hixme-ui/percentage": "^1.0.12",
    "@hixme-ui/separator": "^1.0.12",
    "@hixme-ui/social-security": "^1.0.12",
    "@hixme-ui/text": "^1.0.12",
    "@hixme-ui/theme": "^1.0.12",
    "@hixme-ui/title": "^1.0.12",
    "babel-cli": "^6.5.1",
    "md-to-react": "^0.2.1",
    "moment": "^2.13.0",
    "normalize.css": "^4.1.1",
    "react": "^15.0.0",
    "react-collapsible": "^1.5.0",
    "react-datepicker": "^0.47.0",
    "react-dom": "^15.0.0",
    "react-dropzone": "^3.12.2",
    "react-flexbox-grid": "1.0.2",
    "react-maskedinput": "^3.3.4",
    "react-media": "^1.5.1",
    "react-redux": "^4.4.8",
    "react-router": "^2.5.0",
    "react-router-redux": "^4.0.5",
    "redux": "^3.5.2",
    "reselect": "^2.5.1",
    "styled-components": "^2.1.1",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "babel-core": "^6.3.17",
    "babel-eslint": "^6.0.0-beta.6",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-runtime": "^6.3.13",
    "babel-polyfill": "^6.9.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-react-optimize": "^1.0.1",
    "babel-preset-stage-0": "^6.3.13",
    "babel-register": "^6.3.13",
    "babel-runtime": "^6.3.19",
    "better-npm-run": "0.0.8",
    "chai": "^3.4.1",
    "chai-as-promised": "^5.1.0",
    "chai-enzyme": "^0.4.0",
    "cheerio": "^0.20.0",
    "codecov": "^1.0.1",
    "css-loader": "^0.23.0",
    "cssnano": "^3.3.2",
    "debug": "^2.2.0",
    "enzyme": "^2.0.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-config-standard": "^5.1.0",
    "eslint-config-standard-react": "^2.2.0",
    "eslint-plugin-babel": "^3.2.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-promise": "^1.0.8",
    "eslint-plugin-react": "^6.10.3",
    "eslint-plugin-standard": "^1.3.1",
    "extract-text-webpack-plugin": "^1.0.0",
    "file-loader": "^0.8.4",
    "fs-extra": "^0.30.0",
    "highlight.js": "^9.5.0",
    "history": "^2.0.0",
    "html-webpack-plugin": "^2.7.1",
    "husky": "^0.13.3",
    "imports-loader": "^0.6.5",
    "ip": "^1.1.2",
    "isparta-loader": "^2.0.0",
    "json-loader": "^0.5.4",
    "karma": "^0.13.21",
    "karma-coverage": "^1.0.0",
    "karma-mocha": "^1.0.1",
    "karma-mocha-reporter": "^2.0.0",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-webpack-with-fast-source-maps": "^1.9.2",
    "koa": "^2.0.0-alpha.3",
    "koa-connect-history-api-fallback": "^0.3.0",
    "koa-convert": "^1.2.0",
    "koa-proxy": "^0.6.0",
    "koa-static": "^2.0.0",
    "mocha": "^2.2.5",
    "node-sass": "^3.7.0",
    "nodemon": "^1.8.1",
    "phantomjs-prebuilt": "^2.1.3",
    "postcss-loader": "^0.9.0",
    "react-addons-test-utils": "^15.0.0",
    "react-highlight": "^0.8.0",
    "react-redux": "^4.0.0",
    "react-test-renderer": "^15.5.4",
    "redbox-react": "^1.2.2",
    "redux-thunk": "^2.0.0",
    "rimraf": "^2.5.1",
    "sass-loader": "^3.0.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0",
    "style-loader": "^0.13.0",
    "url-loader": "^0.5.6",
    "webpack": "^1.12.14",
    "webpack-dev-middleware": "^1.6.1",
    "webpack-hot-middleware": "^2.6.0",
    "yargs": "^4.0.0"
  }
}
