{
  "name": "create-mithriljs-app",
  "version": "0.1.56",
  "description": "Create a Mithril.js App in seconds.",
  "bin": "cli.js",
  "files": [
    "cli.js",
    "saofile.js",
    "template/"
  ],
  "repository": {
    "url": "git+https://github.com/bmartel/create-mithril-app.git",
    "type": "git"
  },
  "scripts": {
    "lint": "eslint ./",
    "test": "ava --verbose",
    "test:snapshot": "ava --verbose --update-snapshots",
    "release": "standard-version"
  },
  "dependencies": {
    "cross-spawn": "^6.0.5",
    "glob": "^7.1.3",
    "lodash": "^4.17.11",
    "sao": "^1.6.1",
    "superb": "^2.0.0",
    "validate-npm-package-name": "^3.0.0"
  },
  "devDependencies": {
    "ava": "^1.2.1",
    "eslint": "^5.13.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jest": "^22.2.2",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "standard-version": "^5.0.1"
  },
  "authors": [
    "Brandon Martel <brandonmartel@gmail.com>"
  ],
  "license": "MIT"
}
