tiny-uuid4
Version:
Tiny UUID version 4 for Client and Server
38 lines (37 loc) • 997 B
JSON
{
"name": "tiny-uuid4",
"version": "1.0.1",
"description": "Tiny UUID version 4 for Client and Server",
"main": "lib/tiny-uuid4.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/avoidwork/tiny-uuid4.git"
},
"keywords": [
"uuid",
"uuid4"
],
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/avoidwork/tiny-uuid4/issues"
},
"homepage": "http://avoidwork.github.io/tiny-uuid4",
"devDependencies": {
"babel-eslint": "^4.1.4",
"babel-preset-es2015": "^6.1.2",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.1.3",
"grunt-contrib-watch": "^0.2.0",
"grunt-eslint": "^17.3.1",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-sed": "^0.1.1"
},
"dependencies": {}
}