1 | {
|
2 | "name" : "node-uuid",
|
3 | "description" : "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
|
4 | "url" : "http://github.com/broofa/node-uuid",
|
5 | "keywords" : ["uuid", "guid", "rfc4122"],
|
6 | "author" : "Robert Kieffer <robert@broofa.com>",
|
7 | "contributors" : [
|
8 | {"name": "Christoph Tavan <dev@tavan.de>", "github": "https://github.com/ctavan"}
|
9 | ],
|
10 | "lib" : ".",
|
11 | "main" : "./uuid.js",
|
12 | "repository" : { "type" : "git", "url" : "https://github.com/broofa/node-uuid.git" },
|
13 | "version" : "1.3.3"
|
14 | }
|