-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 888 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
34
35
36
37
38
39
40
{
"name": "hyperup",
"version": "1.0.1",
"description": "Upload files to a remote Hyperdrive daemon",
"bin": {
"hyperup": "./bin"
},
"dependencies": {
"await-callback": "^1.0.1",
"hyperdrive-daemon-client": "^1.15.1",
"stdarg": "^2.0.0",
"stdopt": "^13.0.0",
"stdrun": "^6.0.0",
"walkdir": "^0.4.1"
},
"devDependencies": {
"standard": "^14.3.4"
},
"scripts": {
"prepare": "npm test",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brechtcs/hyperup.git"
},
"keywords": [
"hyperdrive",
"daemon",
"remote",
"file",
"upload"
],
"author": "Brecht Savelkoul <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/brechtcs/hyperup/issues"
},
"homepage": "https://github.com/brechtcs/hyperup#readme"
}