UNPKG

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