You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
564 B
JSON
26 lines
564 B
JSON
{
|
|
"name": "@joepie91/objid",
|
|
"version": "1.0.1",
|
|
"description": "Small debugging utility that assigns unique IDs to objects without polluting them",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"example.js",
|
|
"README.md"
|
|
],
|
|
"repository": {
|
|
"url": "https://git.cryto.net/joepie91/objid.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"debugging",
|
|
"object",
|
|
"identifier",
|
|
"unique"
|
|
],
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0"
|
|
}
|