forked from rvagg/ghauth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 832 Bytes
/
package.json
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": "ghauth",
"version": "3.2.0",
"description": "Create and load persistent GitHub authentication tokens for command-line apps",
"main": "ghauth.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rvagg/ghauth.git"
},
"homepage": "https://github.com/rvagg/ghauth",
"authors": [
"Rod Vagg <[email protected]> (https://github.com/rvagg)",
"Jeppe Nejsum Madsen <[email protected]> (https://github.com/jeppenejsum)",
"Max Ogden <[email protected]> (https://github.com/maxogden)"
],
"keywords": [
"github",
"auth",
"frozenpizza"
],
"license": "MIT",
"dependencies": {
"application-config": "~0.2.0",
"bl": "~1.0.0",
"hyperquest": "~1.2.0",
"mkdirp": "~0.5.0",
"read": "~1.0.7",
"xtend": "~4.0.1"
}
}