UNPKG

957 BJSONView Raw
1{
2 "name": "uuidv4",
3 "version": "6.0.0",
4 "description": "uuid creates UUIDs.",
5 "contributors": [
6 {
7 "name": "Golo Roden",
8 "email": "golo.roden@thenativeweb.io"
9 },
10 {
11 "name": "Matthias Wagler",
12 "email": "matthias.wagler@thenativeweb.io"
13 },
14 {
15 "name": "Jan-Hendrik Grundhöfer",
16 "email": "jan-hendrik.grundhoefer@thenativeweb.io"
17 },
18 {
19 "name": "Sven Eppler",
20 "email": "sven.eppler@sodgeit.de"
21 },
22 {
23 "name": "Hannes Leutloff",
24 "email": "hannes.leutloff@thenativeweb.io"
25 }
26 ],
27 "main": "build/lib/uuidv4.js",
28 "types": "build/lib/uuidv4.d.ts",
29 "dependencies": {
30 "uuid": "3.3.3"
31 },
32 "devDependencies": {
33 "@types/uuid": "3.4.6",
34 "assertthat": "5.0.1",
35 "roboter": "9.2.0"
36 },
37 "repository": {
38 "type": "git",
39 "url": "git://github.com/thenativeweb/uuidv4.git"
40 },
41 "keywords": [
42 "guid",
43 "uuid"
44 ],
45 "license": "MIT"
46}