{
  "name": "waffel",
  "version": "0.1.19",
  "description": "Static site generation done tasty.",
  "main": "lib/index.js",
  "homepage": "https://moonwave99.github.io/waffel/",
  "author": "moonwave99 <diego.caponera@gmail.com> [https://www.diegocaponera.com]",
  "repository": {
    "type": "git",
    "url": "git@github.com:moonwave99/waffel.git"
  },
  "bugs": {
    "url": "https://github.com/moonwave99/waffel/issues"
  },
  "keywords": [
    "front-matter",
    "generate",
    "generator",
    "markdown",
    "static",
    "static-site",
    "yaml"
  ],
  "files": [
    "lib/"
  ],
  "scripts": {
    "test": "node_modules/.bin/mocha --recursive --reporter spec --timeout 15000 --compilers coffee:coffee-script/register",
    "prepublishOnly": "coffee --bare -o lib -c src/*.coffee"
  },
  "license": "MIT",
  "dependencies": {
    "async": "^2.1.5",
    "cheerio": "^0.22.0",
    "chokidar": "^1.6.0",
    "colors": "^1.0.3",
    "express": "^4.16.4",
    "fs-extra": "^7.0.0",
    "globby": "^6.0.0",
    "gray-matter": "^2.0.0",
    "i18next": "^2.0.4",
    "i18next-node-fs-backend": "0.0.6",
    "js-yaml": "^3.13.1",
    "lodash": "^3.6.0",
    "marked": "^0.8.0",
    "md5": "^2.0.0",
    "moment": "^2.24.0",
    "nunjucks": "^2.2.0",
    "nunjucks-markdown": "^2.0.0",
    "pretty": "^2.0.0"
  },
  "devDependencies": {
    "bluebird": "^3.5.0",
    "coffee-script": "^1.9.1",
    "markdown-it": "^8.4.0",
    "mocha": "^2.3.3",
    "needle": "^1.4.2",
    "should": "^7.1.1",
    "should-promised": "^0.3.1",
    "xml-parser": "^1.2.1"
  }
}
