You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
502 B

{
"name" : "node-uuid",
"description" : "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
"url" : "http://github.com/broofa/node-uuid",
"keywords" : ["uuid", "guid", "rfc4122"],
"author" : "Robert Kieffer <robert@broofa.com>",
"contributors" : [
{"name": "Christoph Tavan <dev@tavan.de>", "github": "https://github.com/ctavan"}
],
"dependencies" : [],
"lib" : ".",
"main" : "./uuid.js",
"version" : "1.3.0"
}