is-mac
Version:
Check whether a string is a valid MAC address.
39 lines (38 loc) • 746 B
JSON
{
"name": "is-mac",
"version": "1.1.0",
"description": "Check whether a string is a valid MAC address.",
"author": {
"name": "John Otander",
"email": "johnotander@gmail.com",
"url": "johnotander.com"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "https://github.com/johnotander/is-mac.git"
},
"keywords": [
"mac",
"mac-address",
"valid",
"validation"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/johnotander/is-mac/issues"
},
"homepage": "https://github.com/johnotander/is-mac",
"devDependencies": {
"ava": "^0.2.0"
},
"dependencies": {
"mac-regex": "^1.0.0"
}
}