{
   "abstract": "Unit testing for PostgreSQL",
   "date": "2011-02-02T03:25:17Z",
   "description": "pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts or xUnit-style test functions.",
   "docs": {
      "README": {
         "title": "pgTAP 0.25.0"
      },
      "doc/pgtap": {
         "title": "pgTAP 0.25.0"
      }
   },
   "license": {
      "PostgreSQL": "http://www.postgresql.org/about/licence"
   },
   "maintainer": [
      "David E. Wheeler <david@kineticode.com>",
      "pgTAP List <pgtap-users@pgfoundry.org>"
   ],
   "name": "pgTAP",
   "prereqs": {
      "runtime": {
         "recommends": {
            "PostgreSQL": "8.4.0"
         },
         "requires": {
            "PostgreSQL": "8.0.0",
            "plpgsql": "0.0.0"
         }
      }
   },
   "provides": {
      "pgtap": {
         "docpath": "doc/pgtap",
         "file": "pgtap.sql",
         "version": "0.25.0"
      }
   },
   "release_status": "stable",
   "releases": {
      "stable": [
         {
            "date": "2013-01-28T20:15:00Z",
            "version": "0.93.0"
         },
         {
            "date": "2013-01-16T00:41:31Z",
            "version": "0.92.0"
         },
         {
            "date": "2012-09-11T00:27:06Z",
            "version": "0.91.0"
         },
         {
            "date": "2011-12-03T20:18:53Z",
            "version": "0.90.0"
         },
         {
            "date": "2011-02-02T03:25:17Z",
            "version": "0.25.0"
         }
      ]
   },
   "resources": {
      "bugtracker": {
         "web": "https://github.com/theory/pgtap/issues"
      },
      "homepage": "http://pgtap.org/",
      "repository": {
         "type": "git",
         "url": "https://github.com/theory/pgtap.git",
         "web": "https://github.com/theory/pgtap"
      }
   },
   "sha1": "4d3a0515a796eff8d090b9a6d59b7f47a9ede18f",
   "special_files": [
      "Changes",
      "README.md",
      "META.json",
      "Makefile"
   ],
   "tags": [
      "testing",
      "unit testing",
      "tap",
      "tddd",
      "test driven database development"
   ],
   "user": "theory",
   "version": "0.25.0"
}
