-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·58 lines (58 loc) · 1.33 KB
/
package.json
File metadata and controls
executable file
·58 lines (58 loc) · 1.33 KB
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
54
55
56
57
58
{
"name": "@bullhorn/bullhorn-cli",
"version": "2.2.7",
"description": "",
"preferGlobal": true,
"scripts": {
"release": "standard-version",
"postrelease": "git push --follow-tags origin master; npm publish"
},
"bin": {
"bullhorn": "./bullhorn.js",
"bh": "./bullhorn.js"
},
"keywords": [
"bullhorn",
"cli"
],
"author": "Joshua Godi <joshuagodi@gmail.com>",
"contributors": [
{
"name": "Brian Kimball",
"email": "bvkimball@gmail.com"
}
],
"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",
"standard-version": "^5.0.2",
"trash": "^4.3.0",
"write-json-file": "^2.3.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}