mirror of https://github.com/lukechilds/node.git
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.
13 lines
405 B
13 lines
405 B
13 years ago
|
{
|
||
|
"name" : "node-uuid",
|
||
|
"description" : "Simple, fast generation of RFC4122(v4) UUIDs.",
|
||
|
"url" : "http://github.com/broofa/node-uuid",
|
||
|
"keywords" : ["uuid", "guid", "rfc4122"],
|
||
|
"author" : "Robert Kieffer <robert@broofa.com>",
|
||
|
"contributors" : [],
|
||
|
"dependencies" : [],
|
||
|
"lib" : ".",
|
||
|
"main" : "./uuid.js",
|
||
|
"version" : "1.2.0"
|
||
|
}
|