forked from brandonweiss/discharge
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.11 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.11 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
{
"name": "@static/discharge",
"version": "1.2.2",
"description": "A simple, easy way to deploy static websites to Amazon S3",
"author": {
"name": "Brandon Weiss",
"email": "brandon@anti-pattern.com"
},
"bin": "cli.js",
"engines": {
"node": ">= 8.0.0"
},
"keywords": [
"aws",
"aws-s3",
"deploy",
"deployment",
"static",
"static-site",
"s3"
],
"license": "MIT",
"repository": "https://github.com/brandonweiss/discharge",
"scripts": {
"lint": "eslint --format=node_modules/eslint-formatter-pretty lib",
"test": "ava"
},
"devDependencies": {
"ava": "^0.25.0",
"eslint": "^5.8.0",
"eslint-formatter-pretty": "^1.3.0",
"eslint-plugin-node": "^8.0.0",
"np": "^3.0.4"
},
"dependencies": {
"aws-sdk": "^2.348.0",
"execa": "^1.0.0",
"glob": "^7.1.3",
"inquirer": "^6.2.0",
"listr": "^0.14.2",
"lodash.differenceby": "^4.8.0",
"lodash.intersectionby": "^4.7.0",
"lodash.intersectionwith": "^4.4.0",
"log-symbols": "^2.2.0",
"meow": "^5.0.0",
"mime": "^2.3.1",
"update-notifier": "^2.5.0"
}
}