UNPKG

877 BJSONView Raw
1{
2 "name": "binet",
3 "version": "0.3.9",
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/",
21 "lint-types": "tsc -p .",
22 "test": "bmocha --reporter spec test/*-test.js",
23 "test-ci": "nyc --reporter lcov bmocha -- --reporter spec test/*.js"
24 },
25 "dependencies": {
26 "bs32": "~0.1.7",
27 "bsert": "~0.0.12"
28 },
29 "devDependencies": {
30 "bmocha": "^2.1.8",
31 "bts-type-deps": "^0.0.3",
32 "bufio": "^1.2.1"
33 },
34 "engines": {
35 "node": ">=8.0.0"
36 }
37}