-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.16 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "pitt-cli",
"version": "1.0.14",
"description": "CLI for University of Pittsburgh utilities",
"scripts": {
"test": "jshint src/*"
},
"repository": {
"type": "git",
"url": "https://github.com/djm158/pitt-cli.git"
},
"keywords": [
"University of Pittsburgh",
"Pitt",
"PittNet",
"Print"
],
"author": "Daniel McGrath <djm158@pitt.edu>",
"contributors": [
"Brian Choromanski <BrianChoromanski@gmail.com> (http://BrianChoromanski.com/)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/djm158/pitt-cli/issues"
},
"homepage": "https://github.com/djm158/pitt-cli/",
"bin": {
"pitt": "./bin/pitt"
},
"engines": {
"node": ">=6.11.0"
},
"dependencies": {
"exec-sh": "^0.2.1",
"file-encryptor": "^0.1.1",
"inquirer": "^5.1.0",
"nodemailer": "^4.6.3",
"ora": "^2.0.0",
"request": "^2.85.0",
"scp2": "^0.5.0",
"ssh-exec": "^2.0.0",
"wkhtmltopdf": "^0.3.4",
"yargs": "^11.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"jshint": "^2.9.5",
"prettier": "^1.12.1"
}
}