{
  "name": "simplified-content",
  "description": "A Wordpress plugin to render content in simplified format for a given set of target browsers. Useful for legacy browser support to provide something, a degraded text version of website content for visitors using such browsers.  Also, to block browsers for intranet systems.",
  "version": "1.0.1",
  "notes": "Initial commit",
  "author": "The team at Oxford Information Labs",
  "homepage": "https://oxil.uk/",
  "private": true,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/oxil/simplified-content.git"
  },
  "bugs": {
    "url": "https://oxil.uk/"
  },
  "main": "gulpfile.js",
  "dependencies": {
    "del": "^2.1.0",
    "directory": "^0.1.0",
    "fs": "^0.0.2",
    "gulp": "^3.9.0",
    "gulp-bump": "^1.0.0",
    "gulp-filter": "^3.0.1",
    "gulp-git": "^1.6.0",
    "gulp-notify": "^2.2.0",
    "gulp-rsync": "^0.0.5",
    "gulp-shell": "^0.5.2",
    "gulp-svn": "~1.0.6",
    "gulp-tag-version": "^1.3.0",
    "gulp-using": "^0.0.1",
    "replace-in-file": "^1.0.0",
    "require-dir": "^0.3.0",
    "run-sequence": "^1.1.5",
    "semver": "^5.0.3",
    "yargs": "~3.31.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "GPL-3.0"
}
