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.
19 lines
474 B
19 lines
474 B
11 years ago
|
{
|
||
|
"name": "node-uuid",
|
||
|
"repo": "broofa/node-uuid",
|
||
|
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
|
||
10 years ago
|
"version": "1.4.3",
|
||
11 years ago
|
"author": "Robert Kieffer <robert@broofa.com>",
|
||
|
"contributors": [
|
||
|
{"name": "Christoph Tavan <dev@tavan.de>", "github": "https://github.com/ctavan"}
|
||
|
],
|
||
|
"keywords": ["uuid", "guid", "rfc4122"],
|
||
|
"dependencies": {},
|
||
|
"development": {},
|
||
|
"main": "uuid.js",
|
||
|
"scripts": [
|
||
|
"uuid.js"
|
||
|
],
|
||
|
"license": "MIT"
|
||
10 years ago
|
}
|