28 lines
635 B
JSON
28 lines
635 B
JSON
{
|
|
"name": "macaddress",
|
|
"version": "0.5.3",
|
|
"description": "Get the MAC addresses (hardware addresses) of the hosts network interfaces.",
|
|
"main": "index.js",
|
|
"typings": "index.d.ts",
|
|
"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"
|
|
}
|