{
  "api" : "1.0",
  "auth" : "github:jonathanstowe",
  "authors" : [
     "Jonathan Stowe <[email protected]>"
  ],
  "build" : {
     "makefile-variables" : {
        "libdouble_metaphone" : {
           "resource" : "libraries/double_metaphone"
        }
     },
     "src-dir" : "src"
  },
  "builder" : "Distribution::Builder::MakeFromJSON",
  "depends" : {
     "build" : {
        "requires" : [
           "Distribution::Builder::MakeFromJSON:ver<0.6+>"
        ]
     },
     "runtime" : {
        "requires" : []
     }
  },
  "description" : "Implementation of the Double Metaphone phonetic encoding algorithm",
  "license" : "Artistic-2.0",
  "meta-version" : "1",
  "name" : "Doublephone",
  "perl" : "6.*",
  "provides" : {
     "Doublephone" : "lib/Doublephone.pm"
  },
  "raku" : "6.*",
  "resources" : [
     "libraries/double_metaphone"
  ],
  "source-url" : "http://www.cpan.org/authors/id/J/JS/JSTOWE/Perl6/Doublephone-0.1.0.tar.gz",
  "support" : {
     "bugtracker" : "https://github.com/jonathanstowe/Doublephone/issues",
     "email" : "[email protected]",
     "source" : "git://github.com/jonathanstowe/Doublephone.git"
  },
  "tags" : [
     "search",
     "phonetic",
     "soundex",
     "metaphone"
  ],
  "test-depends" : [],
  "version" : "0.1.0"
}