UNPKG

valid-mac

Version:
23 lines 461 B
{ "name": "valid-mac", "version": "0.0.2", "description": "Test validity of MAC address.", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha --reporter spec test.js" }, "repository": { "type": "git", "url": "https://github.com/cnkdynamics/valid-mac.git" }, "keywords": [ "MAC", "validation" ], "author": "frlorenzo@cnkdynamics.com", "license": "MIT", "devDependencies": { "expect.js": "^0.3.1", "mocha": "^1.20.1" } }