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