{ "name": "bcfg", "version": "0.1.2", "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": "mocha --reporter spec test/*-test.js" }, "dependencies": { "bsert": "~0.0.3" }, "devDependencies": { "eslint": "^5.1.0", "mocha": "^5.2.0" }, "engines": { "node": ">=8.0.0" }, "browser": { "./lib/fs": "./lib/fs-browser.js" } }