gen-id
Version:
Short non-sequential unique id generator in a given format.
54 lines (53 loc) • 1.1 kB
JSON
{
"name": "gen-id",
"version": "0.1.1",
"description": "Short non-sequential unique id generator in a given format.",
"keywords": [
"id",
"uuid",
"tiny",
"uid",
"idgen",
"short",
"mongoid",
"shorten",
"shortid",
"bitly",
"unique"
],
"homepage": "http://github.com/domudall/gen-id",
"author": "Dom Udall <dom@synthmedia.co.uk>",
"repository": {
"type": "git",
"url": "http://github.com/domudall/gen-id"
},
"bugs": {
"url": "http://github.com/domudall/gen-id/issues"
},
"main": "./lib/index.js",
"engines": {
"node": ">=0.8.x"
},
"licenses": [
{
"type": "New BSD",
"url": "https://raw.github.com/domudall/gen-id/master/LICENSE"
}
],
"dependencies": {
"crc": "~0.2.0"
},
"devDependencies": {
"mocha": "~1.12.0",
"should": "~1.2.2"
},
"readmeFilename": "README.md",
"gitHead": "14884be1422a67f4f99a7a5775d84c7990853aa1",
"directories": {
"example": "examples"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"license": "BSD"
}