budp
Version:
UDP wrapper for node.js
31 lines (30 loc) • 675 B
JSON
{
"name": "budp",
"version": "0.1.6",
"description": "UDP wrapper for node.js",
"keywords": [
"dgram",
"udp"
],
"license": "MIT",
"repository": "git://github.com/bcoin-org/budp.git",
"homepage": "https://github.com/bcoin-org/budp",
"bugs": {
"url": "https://github.com/bcoin-org/budp/issues"
},
"author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
"main": "./lib/budp.js",
"scripts": {
"lint": "eslint lib/ || exit 0",
"test": "bmocha --reporter spec test/*-test.js"
},
"devDependencies": {
"bmocha": "^2.1.0"
},
"engines": {
"node": ">=8.0.0"
},
"browser": {
"./lib/udp": "./lib/udp-browser.js"
}
}