{
  "name": "mac-regex",
  "version": "1.0.0",
  "description": "A regular expression for MAC addresses.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/johnotander/mac-regex.git"
  },
  "keywords": [
    "mac",
    "mac-address",
    "regex",
    "regexp",
    "regular-expression"
  ],
  "author": "John Otander <johnotander@gmail.com> (http://johnotander.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johnotander/mac-regex/issues"
  },
  "homepage": "https://github.com/johnotander/mac-regex",
  "devDependencies": {
    "mocha": "^2.0.1"
  }
}
