UNPKG

812 BJSONView Raw
1{
2 "name": "gar",
3 "version": "1.0.2",
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 test"
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 "node",
20 "parse",
21 "cli",
22 "command-line",
23 "parsing",
24 "parser",
25 "command",
26 "light",
27 "lightweight"
28 ],
29 "author": "Ethan Davis",
30 "license": "SEE LICENSE IN LICENSE.md",
31 "bugs": {
32 "url": "https://github.com/ethanent/gar/issues"
33 },
34 "homepage": "https://github.com/ethanent/gar#readme",
35 "devDependencies": {
36 "whew": "^1.1.3"
37 }
38}