UNPKG

502 BJSONView Raw
1{
2 "name" : "node-uuid",
3 "description" : "Simple, fast generation 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 "dependencies" : [],
11 "lib" : ".",
12 "main" : "./uuid.js",
13 "version" : "1.2.0"
14}