node-uid
Version:
generate a unique id using the current date
32 lines (31 loc) • 628 B
JSON
{
"name": "node-uid",
"version": "0.1.3",
"description": "generate a unique id using the current date",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cereceres/node-uid.git"
},
"keywords": [
"id",
"unique",
"date",
"node"
],
"author": "Jesus Cereceres",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cereceres/node-uid/issues"
},
"homepage": "https://github.com/Cereceres/node-uid#readme",
"devDependencies": {
"mocha": "^3.1.2"
}
}