-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.92 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.92 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
59
60
61
62
{
"name": "hook.io-sdk",
"version": "3.2.2",
"description": "sdk api client for communicating with hook.io compatible servers",
"repository": {
"type": "git",
"url": "http://github.com/bigcompany/hook.io-sdk.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"hook": "./bin/hook",
"hook-alias": "./bin/hook-alias",
"hook-alias-list": "./bin/hook-alias-list",
"hook-alias-create": "./bin/hook-alias-create",
"hook-config": "./bin/hook-config",
"hook-config-key": "./bin/hook-config-key",
"hook-config-list": "./bin/hook-config-list",
"hook-config-env": "./bin/hook-config-env",
"hook-destroy": "./bin/hook-destroy",
"hook-examples": "./bin/hook-examples",
"hook-env": "./bin/hook-env",
"hook-env-get": "./bin/hook-env-get",
"hook-env-set": "./bin/hook-env-set",
"hook-files": "./bin/hook-files",
"hook-files-download": "./bin/hook-files-download",
"hook-files-ls": "./bin/hook-files-ls",
"hook-files-upload": "./bin/hook-files-upload",
"hook-get": "./bin/hook-get",
"hook-init": "./bin/hook-init",
"hook-list": "./bin/hook-list",
"hook-login": "./bin/hook-login",
"hook-logout": "./bin/hook-logout",
"hook-logs": "./bin/hook-logs",
"hook-deploy": "./bin/hook-deploy",
"hook-clone": "./bin/hook-clone",
"hook-run": "./bin/hook-run",
"hook-rm": "./bin/hook-rm",
"hook-whoami": "./bin/hook-whoami"
},
"author": "",
"license": "MIT",
"dependencies": {
"bytes": "^3.0.0",
"cli-table": "^0.3.1",
"colors": "*",
"commander": "^2.9.0",
"dateformat": "^3.0.2",
"hyperquest": "^1.3.0",
"map-stream": "0.0.6",
"microcule": "4.1.x",
"microcule-examples": "^5.0.0",
"minimist": "^1.2.0",
"mschema-prompt": "^2.1.0",
"request": "^2.69.0",
"thenify": "^3.2.0",
"through2-concurrent": "^1.1.1",
"vinyl-fs": "^2.4.3"
}
}