UNPKG

read-config-ng

Version:
50 lines (49 loc) 1.11 kB
{ "author": "Bill Church <wmchurch@gmail.com> (https://github.com/billchurch/)", "contributors": [ "Paweł Mendelski <pawel.mendelski@coditorium.com>" ], "name": "read-config-ng", "version": "3.0.7", "description": "Multi format configuration loader", "main": "index.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/billchurch/read-config-ng.git" }, "bugs": { "url": "https://github.com/billchurch/read-config-ng/issues" }, "scripts": { "test": "nyc mocha --reporter spec", "release": "standard-version", "clean": "gulp clean" }, "keywords": [ "coditorium", "configuration", "json", "yaml", "properties" ], "dependencies": { "async": "^3.2.4", "js-yaml": "~4.1.0", "json5": "^2.2.3", "lodash": "^4.17.21", "properties": "~1.2.1", "require-directory": "^2.1.1" }, "devDependencies": { "chai": "^4.3.7", "mocha": "^10.2.0", "nyc": "^15.1.0", "standard-version": "^9.5.0", "wavy": "^1.0.4" }, "engines": { "node": ">=5" }, "analyze": "true" }