{
  "name": "jus",
  "version": "0.26.0",
  "description": "A tool for building static websites with no configuration and no boilerplate code",
  "main": "lib/jus.js",
  "bin": "cli.js",
  "scripts": {
    "test": "cross-env NODE_ENV=test mocha --check-leaks --globals __core-js_shared__,index",
    "travis-deploy-once": "travis-deploy-once",
    "semantic-release": "semantic-release"
  },
  "repository": "github:jus/jus",
  "website": "http://jus.js.org",
  "keywords": [
    "es6",
    "es2015",
    "babel",
    "browserify",
    "markdown",
    "HTML",
    "frontmatter",
    "handlebars",
    "less",
    "sass",
    "scss",
    "stylus",
    "css",
    "tree",
    "directory",
    "static",
    "website",
    "content",
    "EXIF",
    "geodata",
    "images",
    "CMS"
  ],
  "author": "zeke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jus/jus/issues"
  },
  "homepage": "https://github.com/jus/jus#readme",
  "devDependencies": {
    "chai": "^3.4.1",
    "cross-env": "^2.0.0",
    "mocha": "^2.3.3",
    "nixt": "^0.4.1",
    "path-exists": "^2.1.0",
    "supertest": "^1.1.0",
    "travis-deploy-once": "^4.3.3",
    "semantic-release": "^12.4.1"
  },
  "dependencies": {
    "async": "^1.5.1",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babelify": "^7.2.0",
    "browser-sync": "^2.11.1",
    "browserify": "^12.0.1",
    "chalk": "^1.1.1",
    "cheerio": "^0.19.0",
    "chokidar": "^1.4.1",
    "concat-stream": "^1.5.1",
    "connect-browser-sync": "^2.0.1",
    "cors": "^2.7.1",
    "event-emitter": "^0.3.4",
    "exif-parser": "^0.1.9",
    "express": "^4.13.3",
    "fs-extra": "^0.26.3",
    "get-image-colors": "^1.5.0",
    "handlebars": "^4.0.5",
    "handlebars-helpers": "^0.10.0",
    "html-frontmatter": "^1.6.0",
    "identicon": "^2.1.1",
    "image-size": "^0.5.0",
    "inflection": "^1.8.0",
    "js-yaml": "^3.4.6",
    "less": "^2.6.1",
    "lil-env-thing": "^1.0.0",
    "lobars": "^1.2.0",
    "lodash": "^4.0.0",
    "minimist": "^1.2.0",
    "morgan": "^1.6.1",
    "myth": "^1.5.0",
    "node-sass": "^3.4.2",
    "open": "0.0.5",
    "remark": "^8.0.0",
    "remark-highlight.js": "^5.0.0",
    "remark-html": "^6.0.1",
    "remark-slug": "^4.2.3",
    "require-dir": "^0.3.0",
    "stylus": "^0.54.0",
    "tmp": "0.0.28",
    "upath": "^0.2.0"
  },
  "engines": {
    "node": ">=4"
  }
}
