UNPKG

node-mac-address

Version:

Node package to get current machine's MAC address

28 lines (27 loc) 604 B
{ "name": "node-mac-address", "version": "1.0.0", "description": "Node package to get current machine's MAC address", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/daxlab/node-mac-address.git" }, "keywords": [ "node-mac", "mac", "address" ], "author": "Mandeep Singh", "license": "MIT", "bugs": { "url": "https://github.com/daxlab/node-mac-address/issues" }, "homepage": "https://github.com/daxlab/node-mac-address#readme", "dependencies": { "chai": "^3.4.1" } }