{
  "name": "@ysmood/material-ui",
  "author": "Call-em-all Engineering Team",
  "version": "0.8.1",
  "description": "Material Design UI components built with React",
  "main": "./src",
  "scripts": {
  },
  "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": {
    "classnames": "^1.2.0",
    "react-draggable2": "^0.5.1"
  },
  "peerDependencies": {
    "react": ">=0.13",
    "react-tap-event-plugin": ">=0.1.3"
  },
  "devDependencies": {
    "babel": "^5.4.3",
    "jsxhint": "^0.15.0",
    "react": "^0.13.3",
    "react-router": "^0.13.3",
    "react-tap-event-plugin": "^0.1.6"
  },
  "files": [
    "src"
  ]
}
