UNPKG

895 BJSONView Raw
1{
2 "name": "ghauth",
3 "version": "5.0.1",
4 "description": "Create and load persistent GitHub authentication tokens for command-line apps",
5 "main": "ghauth.js",
6 "scripts": {
7 "lint": "standard *.js",
8 "test": "npm run lint && echo 'no tests to run'"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/rvagg/ghauth.git"
13 },
14 "homepage": "https://github.com/rvagg/ghauth",
15 "authors": [
16 "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
17 "Jeppe Nejsum Madsen <jeppe@ingolfs.dk> (https://github.com/jeppenejsum)",
18 "Max Ogden <max@maxogden.com> (https://github.com/maxogden)"
19 ],
20 "keywords": [
21 "github",
22 "auth",
23 "frozenpizza"
24 ],
25 "license": "MIT",
26 "dependencies": {
27 "application-config": "^2.0.0",
28 "node-fetch": "^2.6.0",
29 "ora": "^4.0.5",
30 "read": "^1.0.7"
31 },
32 "devDependencies": {
33 "standard": "~14.3.1"
34 }
35}