forked from tlvince/awss3-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 891 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
41
{
"name": "awss3-deploy",
"description": "Deploy artefacts with aws-cli to S3",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "standard",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/tlvince/awss3-deploy.git"
},
"keywords": [
"aws",
"s3",
"travis",
"cd"
],
"author": "Tom Vincent <[email protected]> (https://tlvince.com)",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/tlvince/awss3-deploy/issues"
},
"homepage": "https://github.com/tlvince/awss3-deploy#readme",
"dependencies": {},
"devDependencies": {
"standard": "^5.4.1",
"semantic-release": "^4.3.5"
},
"directories": {
"test": "test"
},
"files": [
"index.js",
"deploy.sh"
],
"license": "MIT"
}