-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 753 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "netrc-cli",
"version": "1.0.4",
"description": "command line parser for netrc file using netrc-parser by dickyxxx",
"main": "index.js",
"dependencies": {
"minimist": "^1.2.0",
"netrc-parser": "^2.0.1",
"prompt": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "./index show-all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doronbehar/node-netrc-cli.git"
},
"keywords": [
"netrc",
"cli",
"parse"
],
"author": "Doron Behar (@doronbehar)",
"license": "ISC",
"bugs": {
"url": "https://github.com/doronbehar/node-netrc-cli/issues"
},
"homepage": "https://github.com/doronbehar/node-netrc-cli#readme",
"bin": {
"netrc": "index.js"
}
}