UNPKG

confort

Version:

A library for incrementally build config objects through layering config files in many formats.

34 lines (33 loc) 738 B
{ "name": "confort", "version": "0.2.1", "description": "A library for incrementally build config objects through layering config files in many formats.", "main": "lib/main.js", "scripts": { "test": "mocha -b --no-diff test/*.js", "coverage": "nyc -r html -r text-summary mocha -b --no-diff test/*.js" }, "keywords": [ "conf", "file", "json", "yaml", "toml", "parse", "layer", "env" ], "author": "Guilherme C. Souza", "license": "MIT", "bugs": { "url": "https://gitlab.com/GCSBOSS/confort/issues" }, "repository": { "type": "git", "url": "git+https://gitlab.com/GCSBOSS/confort.git" }, "devDependencies": { "toml": "^3.0.0", "yaml": "^2.1.1" } }