{
  "name": "ttech-wp-theme-config",
  "version": "5.0.4",
  "description": "Talkington Tech's default Grunt configuration for WordPress themes.",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Chris Talkington",
    "url": "https://talkingtontech.com/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/talkingtontech/wp-theme-config.git"
  },
  "dependencies": {
    "grunt": "^1.0.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-compress": "^1.4.0",
    "grunt-contrib-concat": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-contrib-imagemin": "^3.1.0",
    "grunt-contrib-uglify": "^4.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-newer": "^1.3.0",
    "grunt-replace": "^1.0.0",
    "grunt-sass": "^3.0.0",
    "grunt-version": "^1.3.0",
    "grunt-wp-i18n": "^1.0.0",
    "node-sass": "^4.11.0",
    "time-grunt": "^2.0.0"
  }
}