UNPKG

503 BJSONView Raw
1{
2 "name": "random-uuid-v4",
3 "version": "0.0.7",
4 "description": "A lightweight version 4 UUID generator.",
5 "main": "uuidv4.js",
6 "scripts": {
7 "test": "jest"
8 },
9 "license": "Unlicense",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/leahciMic/uuid-v4"
13 },
14 "keywords": [
15 "uuid",
16 "guid",
17 "RFC4122"
18 ],
19 "author": "Michael Leaney",
20 "bugs": {
21 "url": "https://github.com/leahciMic/uuid-v4/issues"
22 },
23 "dependencies": {
24 "jest": "^23.1.0"
25 }
26}