UNPKG

474 BJSONView Raw
1{
2 "name": "uuid",
3 "version": "3.0.1",
4 "description": "RFC4122 (v1 and v4) generator",
5 "keywords": [
6 "uuid",
7 "guid",
8 "rfc4122"
9 ],
10 "license": "MIT",
11 "bin": {
12 "uuid": "./bin/uuid"
13 },
14 "devDependencies": {
15 "mocha": "3.1.2"
16 },
17 "scripts": {
18 "test": "mocha test/test.js"
19 },
20 "browser": {
21 "./lib/rng.js": "./lib/rng-browser.js"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/kelektiv/node-uuid.git"
26 }
27}
\No newline at end of file