mirror of
https://github.com/Wessel/Snowflakey.git
synced 2026-06-06 03:05:48 +02:00
33 lines
712 B
JSON
33 lines
712 B
JSON
{
|
|
"name": "snowflakey",
|
|
"version": "0.0.1",
|
|
"description": "❄️ Snowflake generation/lookup",
|
|
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
|
"main": "generator.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"generator.js",
|
|
"LICENSE",
|
|
"fake_node_modules/"
|
|
],
|
|
"bugs": {
|
|
"url": "https://www.github.com/PassTheWessel/Snowflakey/issues"
|
|
},
|
|
"homepage": "https://www.github.com/PassTheWessel/Snowflakey#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://www.github.com/PassTheWessel/Snowflakey"
|
|
},
|
|
"keywords": [
|
|
"snowflake",
|
|
"generator",
|
|
"cli",
|
|
"accounts",
|
|
"lookup",
|
|
"lightweight"
|
|
],
|
|
"dependencies": {
|
|
"snowflakey": "^0.0.1"
|
|
}
|
|
}
|