UNPKG

pkgconfig

Version:

A configuration file manager for node.js applications.

24 lines (23 loc) 496 B
{ "name": "pkgconfig", "version": "3.2.0", "description": "A configuration file manager for node.js applications.", "keywords": [ "application", "configuration" ], "author": "Frank Hellwig <frank@hellwig.org>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/fhellwig/pkgconfig.git" }, "main": "./pkgconfig.js", "dependencies": { "object-merge": "^2.5.1", "pkgfinder": "1.2.x" }, "engine": { "node": ">=0.8" } }