{
  "name": "@eng1neer/material-ui-build",
  "author": "Call-em-all Engineering Team",
  "version": "0.15.0",
  "description": "Material Design UI components built with React",
  "main": "./src/index.js",
  "keywords": [
    "react",
    "react-component",
    "material design",
    "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/",
  "scripts": {
    "build": "npm run build:icon-index && npm run build:babel && npm run build:copy-files",
    "build:icon-index": "babel-node ./scripts/icon-index-generator.js",
    "build:babel": "babel ./src --ignore *.spec.js --out-dir ./build",
    "build:copy-files": "babel-node ./scripts/copy-files.js",
    "clean:build": "rimraf build",
    "lint": "eslint src docs/src test/browser test/unit && echo \"eslint: no lint errors\"",
    "prebuild": "npm run clean:build",
    "test": "cross-env NODE_ENV=test babel-node test/index.js",
    "test:coverage": "cross-env NODE_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/index.js",
    "test:karma": "karma start test/karma.conf.js --single-run",
    "test:integration": "cross-env NODE_ENV=test babel-node test/index.js integration",
    "test:integration:watch": "cross-env NODE_ENV=test babel-node test/watch.js integration",
    "test:unit": "cross-env NODE_ENV=test babel-node test/index.js unit",
    "test:unit:watch": "cross-env NODE_ENV=test babel-node test/watch.js unit"
  },
  "peerDependencies": {
    "react": "^15.0.0",
    "react-dom": "^15.0.0",
    "react-tap-event-plugin": "^1.0.0"
  },
  "dependencies": {
    "inline-style-prefixer": "^1.0.3",
    "keycode": "^2.1.1",
    "lodash.merge": "^4.3.5",
    "lodash.throttle": "^4.0.1",
    "react-addons-create-fragment": "^15.0.1",
    "react-addons-transition-group": "^15.0.1",
    "react-addons-update": "^15.0.1",
    "react-event-listener": "^0.2.1",
    "recompose": "^0.17.0",
    "simple-assign": "^0.1.0",
    "warning": "^2.1.0"
  },
  "devDependencies": {
    "app-module-path": "^1.0.6",
    "babel-cli": "^6.7.7",
    "babel-core": "^6.7.7",
    "babel-eslint": "^6.0.4",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-dev-warning": "^0.1.0",
    "babel-plugin-transform-react-constant-elements": "^6.5.0",
    "babel-plugin-transform-react-inline-elements": "^6.6.5",
    "babel-plugin-transform-react-remove-prop-types": "^0.2.6",
    "babel-plugin-transform-replace-object-assign": "^0.2.1",
    "babel-polyfill": "^6.7.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "babel-runtime": "^6.6.1",
    "chai": "^3.5.0",
    "coveralls": "^2.11.9",
    "cross-env": "^1.0.7",
    "enzyme": "^2.2.0",
    "eslint": "^2.8.0",
    "eslint-plugin-babel": "^3.2.0",
    "eslint-plugin-material-ui": "./packages/eslint-plugin-material-ui",
    "eslint-plugin-react": "^5.0.1",
    "fs-extra": "^0.29.0",
    "glob": "^7.0.3",
    "istanbul": "^1.0.0-alpha.2",
    "jsdom": "^8.4.0",
    "json-loader": "^0.5.4",
    "karma": "^0.13.22",
    "karma-mocha": "^0.2.2",
    "karma-mocha-reporter": "^2.0.2",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^1.7.0",
    "minimist": "^1.2.0",
    "mocha": "^2.4.5",
    "nodemon": "^1.9.1",
    "phantomjs-prebuilt": "^2.1.7",
    "react": "^15.0.1",
    "react-addons-test-utils": "^15.0.1",
    "react-dom": "^15.0.1",
    "react-hot-loader": "^1.3.0",
    "react-tap-event-plugin": "^1.0.0",
    "recursive-readdir-sync": "^1.0.6",
    "rimraf": "^2.5.2",
    "sinon": "^1.17.3",
    "webpack": "^1.13.0"
  }
}
