{
  "name"            : "types",
  "version"         : "0.1.1",
  "description"     : "Hash, SortedSet",
  "keywords"        : ["stdlib", "sorted list", "set", "hash"],
  "homepage"        : "https://github.com/nodeca/types",

  "author"          : "Aleksey V Zapparov <ixti@member.fsf.org> (http://ixti.net)",

  "bugs"            : { "url": "https://github.com/nodeca/types/issues" },
  "license"         : { "type": "MIT", "url": "https://github.com/nodeca/types/blob/master/LICENSE" },
  "repository"      : { "type": "git", "url": "git://github.com/nodeca/types.git" },

  "main"            : "./index.js",

  "scripts"         : { "test": "make test-all" },
  "devDependencies" : { "vows": "~ 0.6.0" },
  "engines"         : { "node": ">= 0.6.0" }
}
