{
  "name": "create-itk-app",
  "version": "0.2.0",
  "description": "Create an application based on itk.js, vtk.js, and React.js.",
  "bin": {
    "create-itk-app": "./bin/create-itk-app.js"
  },
  "scripts": {
    "test": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/InsightSoftwareConsortium/create-itk-app.git"
  },
  "keywords": [
    "itk.js",
    "vtk.js",
    "react.js"
  ],
  "author": "Matt McCormick",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/InsightSoftwareConsortium/create-itk-app/issues"
  },
  "homepage": "https://github.com/InsightSoftwareConsortium/create-itk-app#readme",
  "devDependencies": {
    "standard": "^12.0.1"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "conjecture": "^0.1.2",
    "cross-spawn": "^6.0.5",
    "edit-json-file": "^1.2.1",
    "inquirer": "^6.3.1",
    "lodash.kebabcase": "^4.1.1",
    "simple-git": "^1.113.0",
    "stringify-author": "^0.1.3",
    "validate-npm-package-name": "^3.0.0"
  }
}
