{
  "name": "crossbow-sites",
  "version": "1.0.1",
  "description": "Static Site Generator - built for speed & extendibility",
  "main": "index.js",
  "scripts": {
    "lint": "jshint lib/*.js lib/plugins/**/*.js lib/public/*.js test/specs/**/*.js",
    "unit": "mocha --recursive test/specs",
    "test": "npm run unit"
  },
  "homepage": "https://github.com/crossbow-js/crossbow-sites.js",
  "author": {
    "name": "Shane Osbourne"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/crossbow-js/crossbow-sites.js.git"
  },
  "bugs": {
    "url": "https://github.com/crossbow-js/crossbow-sites.js/issues"
  },
  "license": "ISC",
  "devDependencies": {
    "browser-sync": "^2.0.1",
    "bs-html-injector": "^1.1.0",
    "chai": "^1.9.1",
    "concat-stream": "^1.4.7",
    "d-logger": "^1.0.1",
    "gulp": "^3.8.8",
    "gulp-autoprefixer": "^2.0.0",
    "gulp-jscs": "^1.1.2",
    "gulp-util": "^3.0.0",
    "gulp-yuidoc": "^0.1.2",
    "jshint": "^2.6.0",
    "mocha": "*",
    "multiline": "^1.0.1",
    "no-abs": "0.0.0",
    "object-path": "^0.9.0",
    "rimraf": "^2.2.8",
    "sinon": "^1.10.3",
    "through2": "^0.6.3",
    "vinyl": "^0.4.6",
    "vinyl-fs": "^0.3.13"
  },
  "dependencies": {
    "easy-extender": "^2.2.0",
    "eazy-logger": "^2.1.1",
    "gulp-util": "^3.0.3",
    "handlebars": "git://github.com/shakyshane/hb-fork",
    "highlight.js": "9.6.0",
    "image-size": "0.5.0",
    "immutable": "3.6.2",
    "js-yaml": "3.6.1",
    "lodash": "^3.4.0",
    "marked": "^0.3.3",
    "moment": "^2.9.0",
    "object-path": "^0.9.0",
    "q": "^1.2.0",
    "readable-stream": "^1.0.33",
    "slugify": "^0.1.0",
    "through2": "^0.6.3"
  }
}
