{
  "name": "onessg",
  "version": "2.0.0",
  "description": "The Static Site Generator that does only one thing: compile your html and markdown.",
  "main": "index.js",
  "bin": {
    "onessg": "./cli.js"
  },
  "scripts": {
    "test": "npm run lint && npm run mocha",
    "coverage": "npm run mocha && nyc report --reporter lcov",
    "toc": "doctoc README.md",
    "mocha": "nyc mocha --ui tdd",
    "lint": "eslint --ignore-path .gitignore .",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "keywords": [
    "Static Site Generator",
    "jstransformers",
    "template engine",
    "simple",
    "layouts",
    "markdown"
  ],
  "author": "Ryan Zimmerman <opensrc@ryanzim.com> (http://ryanzim.com)",
  "license": "MIT",
  "repository": "RyanZim/onessg",
  "homepage": "https://github.com/RyanZim/onessg/",
  "bugs": "https://github.com/RyanZim/onessg/issues",
  "dependencies": {
    "fs-extra": "^2.1.0",
    "globby": "^6.0.0",
    "gray-matter": "^2.0.2",
    "inputformat-to-jstransformer": "^1.2.1",
    "js-yaml": "^3.6.1",
    "jstransformer": "^1.0.0",
    "lodash": "^4.14.0",
    "marked": "^0.3.6",
    "path-extra": "^4.0.0",
    "thenify": "^3.2.0",
    "yargs": "^7.0.1"
  },
  "devDependencies": {
    "assert-dir-equal": "^1.0.1",
    "autoresolve": "0.0.3",
    "coveralls": "^2.11.14",
    "doctoc": "^1.2.0",
    "eslint": "~3.18.0",
    "eslint-config-ryanzim": "0.0.2",
    "jstransformer-ejs": "0.0.3",
    "mocha": "^3.0.2",
    "nyc": "^10.0.0",
    "suppose": "^0.6.1"
  }
}
