This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
forked from VeirryAu/KilatStorages3
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.63 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
54
{
"name": "s3-kilatstorage",
"version": "0.5.5",
"description": "Connect S3 KilatStorage with NodeJS",
"main": "index.js",
"scripts": {
"test": "mocha",
"test:make-bucket": "mocha -g 'make bucket'",
"test:remove-bucket": "mocha -g 'remove bucket'",
"test:get-bucket": "mocha -g 'get bucket'",
"test:get-all-object": "mocha -g 'get all object'",
"test:get-object": "mocha -g 'get object'",
"test:put-object": "mocha -g 'put object' --timeout 100000",
"test:download-object": "mocha -g 'download object'",
"test:remove-object": "mocha -g 'remove object'",
"test:exists-file": "mocha -g 'check file exists' --timeout 100000",
"test:disk-usage": "mocha -g 'disk usage'",
"test:disk-usage-bucket": "mocha -g 'disk usage bucket'",
"test:sync-folder": "mocha -g 'sync folder to bucket' --timeout 100000"
},
"keywords": [
"S3",
"kilatstorage.com",
"aws",
"amazon-s3",
"amazon simple storage service"
],
"homepage": "https://github.com/LordAur/KilatStorages3",
"bugs": {
"url": "https://github.com/LordAur/KilatStorages3/issues",
"email": "yudha.webdev@gmail.com"
},
"author": {
"name": "Yudha Pratama",
"email": "yudha.webdev@gmail.com",
"url": "https://yudhapratama.com"
},
"repository": {
"type": "git",
"url": "https://github.com/LordAur/KilatStorages3"
},
"license": "MIT",
"dependencies": {
"shelljs": "^0.8.3",
"shelljs.exec": "^1.1.8"
},
"devDependencies": {
"eslint": "^5.4.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"lodash": ">=4.17.11"
}
}