{
  "name": "create-graze-app",
  "version": "1.1.2",
  "description": "CLI tool to bootstrap Graze applications with no configuration",
  "main": "index.js",
  "license": "MIT",
  "author": "Eli Sklar <eli@sklar.group> (https://github.com/elis)",
  "engines": {
    "node": ">=6"
  },
  "repository": "git@github.com:elis/graze.git",
  "bugs": {
    "url": "https://github.com/elis/graze/issues"
  },
  "bin": {
    "create-graze-app": "./bin/create-graze-app"
  },
  "homepage": "https://graze.site",
  "dependencies": {
    "ansi-escapes": "^2.0.0",
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "cross-spawn": "^5.1.0",
    "execa": "^0.6.3",
    "fs-extra": "^3.0.0",
    "mkdirp-then": "^1.2.0",
    "ms": "^1.0.0",
    "mz": "^2.6.0",
    "ora": "^1.2.0",
    "promise": "^7.1.1"
  },
  "keywords": [
    "graze",
    "razzle",
    "react",
    "webpack",
    "preact",
    "ssr",
    "universal",
    "isomorphic",
    "inferno",
    "reason",
    "reasonml"
  ]
}
