{
  "name": "skip-link-focus",
  "version": "1.0.0",
  "description": "Make 'skip to content' links more accessible.",
  "author": "Brady Vercher",
  "license": "BSD-3-Clause",
  "keywords": [
    "accessibility"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cedaro/skip-link-focus.git"
  },
  "main": "skip-link-focus.js",
  "devDependencies": {
    "jshint": "^2.9.5",
    "serve": "^6.1.0",
    "uglify-js": "^3.1.0"
  },
  "scripts": {
    "build": "uglifyjs skip-link-focus.js --mangle --comments -o skip-link-focus.min.js",
    "lint": "jshint skip-link-focus.js",
    "test": "serve"
  },
  "files": [
    "skip-link-focus.js",
    "skip-link-focus.min.js"
  ]
}
