mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
18 lines
473 B
JSON
18 lines
473 B
JSON
{
|
|
"name": "node-uuid",
|
|
"repo": "broofa/node-uuid",
|
|
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
|
|
"version": "1.4.0",
|
|
"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"
|
|
} |