{
  "name": "m-hui",
  "version": "1.0.5",
  "description": "",
  "main": "dist/m-hui",
  "scripts": {
    "prestart": "npm install",
    "start": "webpack-dev-server --hot --inline --port 9999",
    "build": "webpack --progress --profile --colors --config webpack.production.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/henryhyn/m-hui.git"
  },
  "keywords": [
    "react-component",
    "hui"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "autoprefixer": "^6.3.7",
    "babel-core": "^6.10.4",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.11.1",
    "css-loader": "^0.23.1",
    "eslint": "^3.0.1",
    "eslint-loader": "^1.4.1",
    "eslint-plugin-react": "^5.2.2",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.9.0",
    "html-webpack-plugin": "^2.22.0",
    "less": "^2.7.1",
    "less-loader": "^2.2.3",
    "postcss-loader": "^0.9.1",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "^1.13.1",
    "webpack-dev-server": "^1.14.1"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "normalize.css": "^4.2.0",
    "react": "15.1.0",
    "react-addons-css-transition-group": "15.1.0",
    "react-dom": "15.1.0",
    "react-lazy-load": "^3.0.10",
    "react-mixin": "^3.0.5",
    "react-router": "^2.5.2",
    "zeptojs": "^1.1.4"
  }
}
