forked from LynnePatterson/0x4447-cli-potato
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 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
{
"name": "@0x4447/potato",
"version": "2.4.7",
"description": "🥔 Upload a static page to AWS S3 while automatically configuring CloudFront.",
"homepage": "https://0x4447.com/toolbox",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm pack && npm install -g 0x4447-potato-* && rm 0x4447-potato-*",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/0x4447/0x4447-cli-node-potato"
},
"bin": {
"potato": "./index.js"
},
"author": {
"name": "0x4447",
"email": "[email protected]",
"url": "https://0x4447.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/0x4447/0x4447-cli-node-potato/issues"
},
"keywords": [
"0x4447",
"cli",
"nodejs",
"s3",
"CloudFront",
"aws"
],
"dependencies": {
"aws-sdk": "2.259.1",
"commander": "2.11.0",
"fs-readdir-recursive": "1.1.0",
"mime-types": "2.1.17",
"mocha": "4.1.0",
"read-dir-files": "0.1.1",
"request": "2.87.0",
"terminal-kit": "1.13.10"
}
}