UNPKG

728 BJSONView Raw
1{
2 "name": "binet",
3 "version": "0.3.3",
4 "description": "IP address tools for javascript",
5 "keywords": [
6 "addr",
7 "address",
8 "inet",
9 "ip"
10 ],
11 "license": "MIT",
12 "repository": "git://github.com/bcoin-org/binet.git",
13 "homepage": "https://github.com/bcoin-org/binet",
14 "bugs": {
15 "url": "https://github.com/bcoin-org/binet/issues"
16 },
17 "author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
18 "main": "./lib/binet.js",
19 "scripts": {
20 "lint": "eslint lib/ test/ || exit 0",
21 "test": "bmocha --reporter spec test/*-test.js"
22 },
23 "dependencies": {
24 "bs32": "~0.1.3",
25 "bsert": "~0.0.5"
26 },
27 "devDependencies": {
28 "bmocha": "^0.1.0"
29 },
30 "engines": {
31 "node": ">=8.0.0"
32 }
33}