orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
27 lines (26 loc) • 608 B
JSON
{
"name": "macaddress",
"version": "0.2.8",
"description": "Get the MAC addresses (hardware addresses) of the hosts network interfaces.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/scravy/node-macaddress.git"
},
"keywords": [
"mac",
"mac-address",
"hardware-address",
"network",
"system"
],
"author": "Julian Fleischer",
"license": "MIT",
"bugs": {
"url": "https://github.com/scravy/node-macaddress/issues"
},
"homepage": "https://github.com/scravy/node-macaddress"
}