{
  "name": "unfold",
  "version": "0.4.2",
  "description": "Static Site Generator",
  "keywords": [
    "static site generator",
    "static site",
    "static page generator",
    "static page"
  ],
  "author": "Eric Lathrop <eric@ericlathrop.com> (http://ericlathrop.com)",
  "license": "MIT",
  "homepage": "https://gitlab.com/ericlathrop/unfold",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/ericlathrop/unfold.git"
  },
  "bugs": {
    "url": "https://gitlab.com/ericlathrop/unfold/issues"
  },
  "main": "bin/unfold.js",
  "bin": "bin/unfold.js",
  "preferGlobal": true,
  "dependencies": {
    "autoprefixer": "^9.2.1",
    "handlebars": "^4.0.12",
    "merge": "^1.2.0",
    "node-sass": "^4.9.4",
    "postcss": "^7.0.5",
    "q": "^1.5.1"
  },
  "devDependencies": {
    "eslint": "^5.7.0",
    "mocha": "^5.2.0",
    "mock-fs": "^4.7.0"
  },
  "scripts": {
    "mocha": "mocha bin && mocha lib",
    "lint": "eslint bin lib",
    "test": "npm run lint && npm run mocha"
  }
}
