dfcreative/get-uid

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "get-uid",
  "version": "1.0.1",
  "description": "Generate unique integer id.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dfcreative/get-uid"
  },
  "keywords": [
    "unique",
    "get-uid",
    "uid",
    "unique-id",
    "uniq-id",
    "id",
    "gen-uid",
    "short-uid"
  ],
  "author": "Deema Ywanov <dfcreative@gmail.com>",
  "license": "Unlicensed"
}