Fix modules

This commit is contained in:
Wessel Damian Tip
2019-01-15 20:04:48 +01:00
parent f295d88603
commit 034dc48446

View File

@@ -5,12 +5,28 @@
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>", "author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
"main": "generator.js", "main": "generator.js",
"license": "MIT", "license": "MIT",
"files": [ "generator.js", "LICENSE" ], "files": [
"bugs": { "url": "https://www.github.com/PassTheWessel/Snowflakey/issues" }, "generator.js",
"LICENSE",
"fake_node_modules/"
],
"bugs": {
"url": "https://www.github.com/PassTheWessel/Snowflakey/issues"
},
"homepage": "https://www.github.com/PassTheWessel/Snowflakey#readme", "homepage": "https://www.github.com/PassTheWessel/Snowflakey#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://www.github.com/PassTheWessel/Snowflakey" "url": "https://www.github.com/PassTheWessel/Snowflakey"
}, },
"keywords": [ "snowflake", "generator", "cli", "accounts", "lookup", "lightweight" ] "keywords": [
"snowflake",
"generator",
"cli",
"accounts",
"lookup",
"lightweight"
],
"dependencies": {
"snowflakey": "^0.0.1"
}
} }