{
  "name": "material-ui",
  "author": "Call-em-all Engineering Team",
  "version": "0.14.2",
  "description": "Material Design UI components built with React",
  "main": "./lib",
  "scripts": {
    "test": "npm run test-base -- --single-run",
    "test-watch": "npm run test-base -- --auto-watch",
    "test-base": "./node_modules/.bin/karma start",
    "prebuild": "rimraf lib",
    "lint": "gulp eslint:src && gulp eslint:docs && gulp eslint:test",
    "build": "babel ./src --out-dir ./lib",
    "prepublish": "npm run build"
  },
  "keywords": [
    "react",
    "react-component",
    "material design",
    "material-ui",
    "material ui"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/callemall/material-ui.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/callemall/material-ui/issues"
  },
  "homepage": "http://material-ui.com/",
  "dependencies": {
    "inline-style-prefixer": "^0.5.2",
    "lodash.merge": "^3.3.2",
    "lodash.throttle": "~3.0.4",
    "react-addons-create-fragment": "^0.14.0",
    "react-addons-pure-render-mixin": "^0.14.0",
    "react-addons-transition-group": "^0.14.0",
    "react-addons-update": "^0.14.0",
    "warning": "^2.1.0"
  },
  "peerDependencies": {
    "react": "^0.14.0",
    "react-dom": "^0.14.0",
    "react-tap-event-plugin": "^0.2.0"
  },
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.21",
    "babel-eslint": "^5.0.0-beta6",
    "babel-loader": "^6.2.0",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-dev-warning": "^0.1.0",
    "babel-plugin-transform-react-constant-elements": "^6.3.13",
    "babel-plugin-transform-react-inline-elements": "^6.3.13",
    "babel-plugin-transform-react-remove-prop-types": "^0.1.0",
    "babel-plugin-transform-runtime": "^6.3.13",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-1": "^6.3.13",
    "babel-runtime": "^6.3.19",
    "babelify": "^7.2.0",
    "browserify-istanbul": "^0.2.1",
    "chai": "^3.2.0",
    "eslint": "^1.8.0",
    "eslint-loader": "^1.1.1",
    "eslint-plugin-react": "^3.2.2",
    "gulp": "^3.9.0",
    "gulp-eslint": "^1.0.0",
    "gulp-if": "^2.0.0",
    "karma": "^0.13.3",
    "karma-browserify": "^4.2.1",
    "karma-chai-sinon": "^0.1.5",
    "karma-coverage": "^0.5.3",
    "karma-mocha": "^0.2.0",
    "karma-mocha-reporter": "^1.0.4",
    "karma-phantomjs-launcher": "^0.2.0",
    "mocha": "^2.2.5",
    "phantomjs": "^1.9.17",
    "react": "^0.14.0",
    "react-addons-test-utils": "^0.14.3",
    "react-dom": "^0.14.0",
    "react-hot-loader": "^1.3.0",
    "react-tap-event-plugin": "^0.2.0",
    "recursive-readdir-sync": "^1.0.6",
    "rimraf": "^2.4.3",
    "sinon": "^1.15.4",
    "sinon-chai": "^2.8.0",
    "webpack": "^1.12.9"
  }
}
