Upload main files

Added:
  package.json
  README.md
  test.js
  index.js
Changed:
  LICENSE
This commit is contained in:
2019-01-10 16:44:29 +01:00
committed by GitHub
parent c91d71b08f
commit 8e05165d23
5 changed files with 74 additions and 2 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "larg",
"version": "0.0.1",
"description": "👾 A very lightweight Node.js argument parser",
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
"license": "MIT",
"main": "index.js",
"files": [ "index.js", "LICENSE" ],
"bugs": { "url": "https://www.github.com/PassTheWessel/larg/issues" },
"homepage": "https://www.github.com/PassTheWessel/larg#readme",
"repository": {
"type": "git",
"url": "https://www.github.com/PassTheWessel/larg"
},
"keywords": [ "argument", "args", "arg", "argv", "parse", "cli", "command-line", "parser", "command", "lightweight" ]
}