{
  "name": "material-grid",
  "version": "0.1.0",
  "description": "React Components for Material Design Grids.  Based on MDL.",
  "main": "/dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run build",
    "build": "babel ./src --out-dir ./dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Cleanshooter/material-grid.git"
  },
  "keywords": [
    "Material",
    "Design",
    "Grid",
    "Cell",
    "React",
    "MDL"
  ],
  "author": "Joe Motacek",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Cleanshooter/material-grid/issues"
  },
  "homepage": "https://github.com/Cleanshooter/material-grid#readme",
  "dependencies": {
    "react": "^15.4.1"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0"
  }
}
