UNPKG

smart-guid

Version:
32 lines (31 loc) 686 B
{ "name": "smart-guid", "version": "0.2.1", "description": "Small and smart GUID generator", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha --reporter spec" }, "repository": { "type": "git", "url": "https://github.com/piotr-dajlido/smart-guid" }, "keywords": [ "GUID", "generator", "uniqe", "ID", "random" ], "author": "Piotr Dajlido", "email": "pdajlido@gmail.com", "license": "Apache-2.0", "bugs": { "url": "https://github.com/piotr-dajlido/smart-guid/issues" }, "homepage": "https://github.com/piotr-dajlido/smart-guid", "devDependencies": { "chai": "^2.2.0", "mocha": "^2.2.1" } }