1{ 2 "name": "foobar", 3 "abstract": "A mock extension", 4 "description": "This library doesn't exist.", 5 "version": "0.42.1", 6 "maintainer": [ 7 "Daniele Varrazzo <piro@example.com>" 8 ], 9 "license": "postgresql", 10 "provides": { 11 "foo": { 12 "abstract": "A non existing extension", 13 "file": "sql/foo.sql", 14 "version": "0.42.1" 15 }, 16 "bar": { 17 "abstract": "A non existing extension", 18 "file": "sql/bar.sql", 19 "version": "0.42.1" 20 }, 21 "baz": { 22 "abstract": "A non existing extension", 23 "file": "sql/baz.sql", 24 "version": "0.42.1" 25 }, 26 "qux": { 27 "abstract": "A non existing extension", 28 "file": "sql/qux.sql", 29 "version": "0.42.1" 30 } 31 }, 32 "resources": { 33 "bugtracker": { 34 "web": "http://github.com/piro/foobar/issues/" 35 }, 36 "repository": { 37 "url": "git://github.com/piro/foobar.git", 38 "web": "http://github.com/piro/foobar/", 39 "type": "git" 40 } 41 }, 42 "generated_by": "Daniele Varrazzo", 43 "meta-spec": { 44 "version": "1.0.0", 45 "url": "http://pgxn.org/meta/spec.txt" 46 }, 47 "tags": [ 48 "foo", 49 "bar", 50 "testing" 51 ] 52} 53