UNPKG

running-at

Version:
40 lines (39 loc) 920 B
{ "name": "running-at", "version": "0.3.22", "description": "Get local and network ip address", "main": "src/index.js", "scripts": { "lint": "eslint --ignore-path .gitignore .", "test": "nyc --reporter=html --reporter=text ava --verbose", "coverage": "nyc --reporter=lcov ava" }, "repository": { "type": "git", "url": "git+https://github.com/BetaHuhn/running-at.git" }, "author": "Maximilian Schiller <hello@mxis.ch>", "license": "MIT", "bugs": { "url": "https://github.com/BetaHuhn/running-at/issues" }, "homepage": "https://github.com/BetaHuhn/running-at#readme", "keywords": [ "ip", "address", "network", "local", "nodejs", "npm", "npm-package" ], "dependencies": { "default-gateway": "^6.0.2" }, "devDependencies": { "@betahuhn/config": "^1.0.2", "ava": "^3.12.1", "eslint": "^7.9.0", "nyc": "^15.1.0" } }