id-16
Version:
Create random id's and numbers in base 16!
29 lines (28 loc) • 582 B
JSON
{
"name": "id-16",
"version": "1.0.5",
"description": "Create random id's and numbers in base 16!",
"main": "index.js",
"scripts": {
"test": "test/travis-ci.sh"
},
"keywords": [
"random",
"number",
"id",
"hex",
"hexadecimal",
"id-16",
"id-generator",
"random-id"
],
"author": "Jesse van der Pluijm",
"homepage": "https://git.io/id-16",
"repository": "https://git.io/id-16",
"bugs": "https://github.com/jessevdp/id-16/issues",
"license": "MIT",
"devDependencies": {
"standard": "^8.6.0",
"vows": "^0.8.1"
}
}