forked from ghandmann/uuidv4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "uuidv4",
"version": "6.2.12",
"description": "uuidv4 creates v4 UUIDs.",
"contributors": [
{
"name": "Golo Roden",
"email": "[email protected]"
},
{
"name": "Matthias Wagler",
"email": "[email protected]"
},
{
"name": "Jan-Hendrik Grundhöfer",
"email": "[email protected]"
},
{
"name": "Sven Eppler",
"email": "[email protected]"
},
{
"name": "Hannes Leutloff",
"email": "[email protected]"
}
],
"private": false,
"main": "build/lib/uuidv4.js",
"types": "build/lib/uuidv4.d.ts",
"dependencies": {
"@types/uuid": "8.3.1",
"uuid": "8.3.2"
},
"devDependencies": {
"assertthat": "6.3.13",
"roboter": "12.3.0",
"semantic-release-configuration": "2.0.5"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/thenativeweb/uuidv4.git"
},
"keywords": [
"guid",
"uuid"
],
"license": "MIT"
}