{ "name": "pg_docs_api", "abstract": "Extension to give a document storage api to postgres", "version": "0.2.1", "maintainer": [ "Rob Conery ", "Keith Fiske " ], "license": "postgresql", "generated_by": "Keith Fiske", "release_status": "testing", "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.5.0" } } }, "provides": { "pg_docs_api": { "file": "sql/pg_docs_api--0.2.1.sql", "docfile": "README.md", "version": "0.2.1", "abstract": "Extension to give a document storage api to postgres" } }, "resources": { "bugtracker": { "web": "https://github.com/robconery/pg_docs_api/issues" }, "repository": { "url": "git://github.com/robconery/pg_docs_api.git" , "web": "https://github.com/robconery/pg_docs_api", "type": "git" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "document", "json", "jsonb", "mongodb" ] }