{
  "name": "create-express-app",
  "version": "0.0.7",
  "description": "Scaffold an express app",
  "author": "Wes Todd <wes@wesleytodd.com>",
  "bin": {
    "create-express-app": "./bin/create-express-app"
  },
  "keywords": [
    "express",
    "scaffold",
    "generator"
  ],
  "license": "ISC",
  "main": "index.js",
  "scripts": {
    "test": "standard && mocha",
    "prepublushOnly": "npm t",
    "postpublish": "git push && git push --tags"
  },
  "standard": {
    "ignore": [
      "templates"
    ]
  },
  "dependencies": {
    "comma-separated-tokens": "^1.0.6",
    "commander": "^2.19.0",
    "cptmpl": "0.0.4",
    "create-git": "0.0.3",
    "create-package-json": "0.0.8",
    "ejs": "^2.6.1",
    "fs-extra": "^7.0.1",
    "inquirer": "^6.2.0"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "standard": "^12.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wesleytodd/create-express-app.git"
  }
}
