forked from LeenkxTeam/LNXSDK
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			816 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			816 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "uuid",
 | 
						|
  "version": "3.2.1",
 | 
						|
  "description": "RFC4122 (v1, v4, and v5) UUIDs",
 | 
						|
  "keywords": [
 | 
						|
    "uuid",
 | 
						|
    "guid",
 | 
						|
    "rfc4122"
 | 
						|
  ],
 | 
						|
  "license": "MIT",
 | 
						|
  "bin": {
 | 
						|
    "uuid": "./bin/uuid"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "eslint": "4.5.0",
 | 
						|
    "mocha": "3.1.2",
 | 
						|
    "runmd": "1.0.1",
 | 
						|
    "standard-version": "4.2.0"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "mocha test/test.js",
 | 
						|
    "md": "runmd --watch --output=README.md README_js.md",
 | 
						|
    "release": "standard-version",
 | 
						|
    "prepare": "runmd --output=README.md README_js.md"
 | 
						|
  },
 | 
						|
  "browser": {
 | 
						|
    "./lib/rng.js": "./lib/rng-browser.js",
 | 
						|
    "./lib/sha1.js": "./lib/sha1-browser.js",
 | 
						|
    "./lib/md5.js": "./lib/md5-browser.js"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/kelektiv/node-uuid.git"
 | 
						|
  },
 | 
						|
  "dependencies": {}
 | 
						|
}
 |