1 | {
|
2 | "name": "node-uuid",
|
3 | "repo": "broofa/node-uuid",
|
4 | "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
|
5 | "version": "1.4.7",
|
6 | "author": "Robert Kieffer <robert@broofa.com>",
|
7 | "contributors": [
|
8 | {
|
9 | "name": "Christoph Tavan <dev@tavan.de>",
|
10 | "github": "https://github.com/ctavan"
|
11 | }
|
12 | ],
|
13 | "keywords": [
|
14 | "uuid",
|
15 | "guid",
|
16 | "rfc4122"
|
17 | ],
|
18 | "dependencies": {},
|
19 | "development": {},
|
20 | "main": "uuid.js",
|
21 | "scripts": [
|
22 | "uuid.js"
|
23 | ],
|
24 | "license": "MIT"
|
25 | } |
\ | No newline at end of file |