UNPKG

845 BJSONView Raw
1{
2 "name": "gar",
3 "version": "1.0.4",
4 "description": "The lightweight Node arguments parser",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Tested before deployment.\" && exit 0",
8 "test-dev": "npm install && node test.js",
9 "prepublishOnly": "npm run test-dev"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/ethanent/gar.git"
14 },
15 "keywords": [
16 "argument",
17 "args",
18 "argv",
19 "parse",
20 "cli",
21 "command-line",
22 "parser",
23 "command",
24 "lightweight"
25 ],
26 "author": "Ethan Davis",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/ethanent/gar/issues"
30 },
31 "homepage": "https://github.com/ethanent/gar#readme",
32 "devDependencies": {
33 "whew": "^1.1.3"
34 },
35 "files": [
36 "index.js",
37 "LICENSE"
38 ]
39}