{ "name": "konfigraf", "abstract": "Git based application configuration", "version": "0.0.2", "maintainer": "Paul Hatcherian", "license": "mit", "release_status": "unstable", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "git", "config", "configuration" ], "provides": { "konfigraf": { "file": [ "./build/konfigraf--0.0.2.sql" ], "version": "1.0.0", "abstract": "Git based application configuration" } }, "resources": { "repository": { "url": "git://github.com/paulhatch/konfigraf.git", "web": "http://github.com/paulhatch/konfigraf/", "type": "git" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "12.0.0" } }, "test": { "requires": { "plpgsql": 0 } } } }