{
  "name": "mightymite",
  "description": "A tiny (yet mighty) markdown-based content store and API.",
  "author": {
    "name": "Darin Reid",
    "email": "darin@elcontraption.com",
    "url": "https://elcontraption.com/"
  },
  "homepage": "https://github.com/elcontraption/mightymite",
  "bugs": "https://github.com/elcontraption/mightymite/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/elcontraption/mightymite.git"
  },
  "main": "src/index.js",
  "bin": "bin/mightymite.js",
  "scripts": {
    "test": "jest",
    "build": "node bin/mightymite build",
    "watch": "node bin/mightymite watch"
  },
  "dependencies": {
    "chokidar": "^2.0.3",
    "del": "3.0.0",
    "file-exists": "^5.0.1",
    "globby": "8.0.1",
    "gray-matter": "4.0.1",
    "jest": "22.4.3",
    "lodash": "4.17.5",
    "make-dir": "1.2.0",
    "markdown-it": "8.4.1",
    "markdown-it-emoji": "1.4.0",
    "marked": "0.3.19",
    "meow": "5.0.0",
    "micromatch": "3.1.10",
    "ora": "^2.0.0"
  },
  "engines": {
    "node": ">=8"
  },
  "version": "0.4.5"
}
