forked from bullhorn/bullhorn-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.18 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
53
{
"name": "@bullhorn/bullhorn-cli",
"version": "2.2.5",
"description": "",
"preferGlobal": true,
"bin": {
"bullhorn": "./bullhorn.js",
"bh": "./bullhorn.js"
},
"keywords": [
"bullhorn",
"cli"
],
"author": "Joshua Godi <[email protected]>",
"contributors": [
{
"name": "Brian Kimball",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bullhorn/bullhorn-cli.git"
},
"bugs": {
"url": "https://github.com/bullhorn/bullhorn-cli/issues"
},
"homepage": "https://github.com/bullhorn/bullhorn-cli#readme",
"private": false,
"dependencies": {
"axios": "^0.17.1",
"chalk": "^2.3.0",
"commander": "^2.15.1",
"console.table": "^0.10.0",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"inquirer": "^4.0.0",
"jsonfile": "^4.0.0",
"load-json-file": "^5.0.0",
"loggy": "^1.0.2",
"mkdirp": "^0.5.1",
"node-fetch": "^1.7.3",
"p-lazy": "^1.0.0",
"p-series": "^1.0.0",
"rc": "^1.2.2",
"trash": "^4.3.0",
"write-json-file": "^2.3.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}