mirror of https://github.com/nodejs/node.git
15 lines
502 B
JSON
15 lines
502 B
JSON
{
|
|
"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.3"
|
|
}
|