{ "name": "bcfg", "version": "0.1.3", "description": "Config parser for bcoin", "keywords": [ "conf", "config" ], "license": "MIT", "repository": "git://github.com/bcoin-org/bcfg.git", "homepage": "https://github.com/bcoin-org/bcfg", "bugs": { "url": "https://github.com/bcoin-org/bcfg/issues" }, "author": "Christopher Jeffrey ", "main": "./lib/bcfg.js", "scripts": { "lint": "eslint lib/ || exit 0", "test": "bmocha --reporter spec test/*-test.js" }, "dependencies": { "bsert": "~0.0.4" }, "devDependencies": { "bmocha": "^0.1.0" }, "engines": { "node": ">=8.0.0" }, "browser": { "./lib/fs": "./lib/fs-browser.js" } }