puid
Version:
Generate an unique ID for use in a distributed environment.
47 lines • 986 B
JSON
{
"name": "puid",
"version": "1.0.7",
"description": "Generate an unique ID for use in a distributed environment.",
"keywords": [
"oid",
"uid",
"uuid",
"uniqueid",
"unique id",
"short id",
"primary key",
"distributed environment"
],
"author": {
"name": "Sascha Droste",
"email": "pid@posteo.net",
"url": "https://github.com/pid"
},
"main": "index.js",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bumpup": "^0.6.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-release": "^0.14.0",
"mocha": "^3.2.0",
"should": "^11.2.1"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/pid/puid.git"
},
"engines": {
"node": ">=0.10.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/pid/puid/master/LICENSE"
}
]
}