{
  "name": "web-caddy",
  "version": "2.1.1",
  "description": "Create, build, test, Serve and Release. Quickly",
  "main": "index.js",
  "files": [
    "boilerplate",
    "bin",
    "docs",
    "spec",
    "tasks",
    "*.md",
    "index.js"
  ],
  "keywords": [
    "build",
    "tools",
    "build tool",
    "gulp",
    "components",
    "serve",
    "test",
    "coverage",
    "tdd",
    "release",
    "s3",
    "gh-pages"
  ],
  "scripts": {
    "test": "jshint tasks && jshint bin && jshint boilerplate/caddy.config.js && istanbul cover ./node_modules/jasmine/bin/jasmine.js spec/all.js"
  },
  "dependencies": {
    "autoprefixer-core": "^5.2.0",
    "aws-sdk": "^2.1.39",
    "bower": "^1.3.12",
    "browser-sync": "^2.7.10",
    "browserify": "^11.0.0",
    "chalk": "^1.0.0",
    "colors": "^1.0.3",
    "del": "^1.2.0",
    "es6-promise": "^2.3.0",
    "findup-sync": "^0.2.1",
    "fs-extra": "^0.22.1",
    "gh-pages": "^0.3.1",
    "gitignore-parser": "0.0.2",
    "glob-stream": "^5.0.0",
    "html-minifier": "^0.7.0",
    "jade": "^1.11.0",
    "jasmine": "^2.1.1",
    "jasmine-core": "^2.1.3",
    "mime": "^1.2.11",
    "minimist": "^1.1.1",
    "mustache": "^2.1.1",
    "ncp": "^2.0.0",
    "node-sass": "^3.2.0",
    "nodemon": "^1.3.6",
    "phantomjs": "^1.9.17",
    "postcss": "^4.1.16",
    "prompt": "^0.2.14",
    "replacestream": "^4.0.0",
    "requirejs": "^2.1.19",
    "semver": "^5.0.1",
    "shelljs": "^0.5.1",
    "uglify-js": "^2.4.23",
    "watchify": "^3.2.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/peter-mouland/web-caddy.git"
  },
  "author": {
    "name": "Pete Mouland",
    "email": "peter.mouland@gmail.com"
  },
  "devDependencies": {
    "istanbul": "^0.3.15",
    "jshint": "^2.8.0"
  },
  "bin": {
    "caddy": "./bin/caddy"
  },
  "engine": "node >= 0.10.35"
}
