mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
29 lines
549 B
JSON
29 lines
549 B
JSON
{
|
|
"name": "gud",
|
|
"version": "1.0.0",
|
|
"description": "Create a 'gud nuff' (not cryptographically secure) globally unique id",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/jamiebuilds/global-unique-id",
|
|
"author": "Jamie Kyle <me@thejameskyle.com>",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"global",
|
|
"unique",
|
|
"id",
|
|
"identifier",
|
|
"number",
|
|
"uuid",
|
|
"uid"
|
|
],
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "ava"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"flow-bin": "^0.66.0"
|
|
}
|
|
}
|