{
  "name": "lore-extract-dialog-material-ui",
  "version": "0.13.0",
  "license": "MIT",
  "main": "index.js",
  "description": "Creates a dialog matching the implicit pattern used by lore-hook-dialog-material-ui",
  "keywords": [
    "lore",
    "extract",
    "dialog",
    "material-ui"
  ],
  "scripts": {
    "clean": "echo 'nothing to clean'",
    "lint": "echo 'tbd: implement me'",
    "test": "NODE_ENV=test mocha --recursive"
  },
  "dependencies": {
    "bluebird": "3.1.1",
    "camel-case": "^3.0.0",
    "lodash": "^4.0.0",
    "lore-generate": "^0.13.0-rc"
  },
  "devDependencies": {
    "chai": "3.4.1",
    "mocha": "2.3.4"
  }
}
