{
  "name": "material-ui",
  "author": "Call-em-all Engineering Team",
  "version": "0.4.0",
  "description": "Material Design UI components built with React",
  "main": "./src/index",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "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/",
  "browserify": {
    "transform": [
      [
        "reactify",
        {
          "es6": true
        }
      ]
    ]
  },
  "dependencies": {
    "react": "^0.12.1",
    "react-draggable2": "^0.4.1",
    "react-tap-event-plugin": "^0.1.3"
  },
  "devDependencies": {
    "browserify": "^6.3.3",
    "reactify": "^0.17.1"
  }
}
