{
  "name": "@supremetechnopriest/lui",
  "version": "0.2.10",
  "description": "Lucera UI: A high quality react component library",
  "main": "build/index.js",
  "scripts": {
    "test": "jest",
    "postinstall": "cd node_modules && ln -s ../build/components && ln -s ../build/charts && ln -s ../build/mixins && ln -s ../build/utils"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/luceracloud/LUi.git"
  },
  "author": {
    "name": "Randy Lebeau",
    "email": "randylebeau@gmail.com"
  },
  "contributors": [
    {
      "name": "Yevgeniy Rokhlin",
      "email": "yrokhlin@gmail.com"
    }
  ],
  "license": "GNU",
  "bugs": {
    "url": "https://github.com/luceracloud/LUi/issues"
  },
  "homepage": "https://github.com/luceracloud/LUi",
  "devDependencies": {
    "babel-core": "^5.8.22",
    "babel-eslint": "^4.0.5",
    "babel-loader": "^5.3.2",
    "css-loader": "^0.16.0",
    "del": "^1.2.1",
    "file-loader": "^0.8.4",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.2.0",
    "gulp-eslint": "^1.0.0",
    "gulp-sass": "^2.0.4",
    "gulp-uglify": "^1.2.0",
    "gutil": "^1.6.4",
    "json-loader": "^0.5.2",
    "react-hot-loader": "^1.2.8",
    "react-tools": "^0.13.3",
    "sass-loader": "^2.0.0",
    "style-loader": "^0.12.3",
    "url-loader": "^0.5.6",
    "webpack": "^1.11.0",
    "webpack-dev-server": "^1.10.1"
  },
  "dependencies": {
    "classnames": "^2.1.3",
    "d3": "^3.5.6",
    "fixed-data-table": "0.4.5",
    "fuzzy": "^0.1.0",
    "highlight.js": "^8.7.0",
    "inputmask-core": "^2.1.0",
    "moment": "^2.10.6",
    "moment-timezone": "^0.4.0",
    "node-neat": "^1.7.2",
    "object-assign": "^3.0.0",
    "react": "^0.13.3",
    "react-async": "^2.1.0",
    "react-router-component": "^0.26.0"
  },
  "jest": {
    "rootDir": "./src",
    "scriptPreprocessor": "<rootDir>/utils/preprocessor.js",
    "unmockedModulePathPatterns": [
      "react",
      "react-tools"
    ]
  }
}
