node-uuid-generator
Version:
Simple generator of UUID
35 lines (34 loc) • 741 B
JSON
{
"name": "node-uuid-generator",
"version": "1.0.0",
"description": "Simple generator of UUID",
"main": "lib/index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nataki/node-UUID-generator.git"
},
"keywords": [
"UUID",
"generator"
],
"author": "nataki",
"license": "MIT",
"bugs": {
"url": "https://github.com/nataki/node-UUID-generator/issues"
},
"engines": {
"node": ">=4.2.4"
},
"homepage": "https://github.com/nataki/node-UUID-generator#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}