forked from nt3rp/hexo-deployer-s3
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
59 lines (59 loc) · 2.43 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
55
56
57
58
59
{
"name": "hexo-deployer-s3-cloudfront",
"version": "0.1.4",
"description": "Amazon S3 and Cloudfront deployer plugin for Hexo",
"main": "index",
"keywords": [
"hexo",
"s3",
"cloudfront",
"aws",
"deployer"
],
"author": {
"name": "Wouter van Lent",
"email": "[email protected]"
},
"contributors": [
{
"name": "Wouter van Lent",
"email": "[email protected]"
},
{
"name": "Josenivaldo Benito Jr.",
"email": "[email protected]"
},
{
"name": "Josh Strange",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/Wouter33/hexo-deployer-s3-cloudfront.git"
},
"license": {
"type": "MIT"
},
"peerDependencies": {
"hexo": "3.x"
},
"dependencies": {
"chalk": "^1.0.0",
"level": "^1.4.0",
"readdirp": "^0.3.3",
"s3-sync-aws": "^1.1.0",
"cloudfront": "^0.3.3"
},
"readme": "# hexo-deployer-s3-cloudfront\n\nAmazon S3 and Cloudfront deployer plugin for [Hexo](http://hexo.io/). Based on Josh Strange's orginial plugin.\n\n## Installation\n\n``` bash\n$ npm install hexo-deployer-s3-cloudfront --save\n```\n\n## Usage\n\nAdd the plugin in the plugins list in `_config.yml`:\n\n```plugins:\n- hexo-deployer-s3-cloudfront\n```\n\nand configure the plugin in the same file with:\n\n``` yaml\n# You can use this:\ndeploy:\n type: s3-cloudfront\n bucket: <S3 bucket>\n aws_key: <AWS id key> // Optional, if the environment variable `AWS_KEY` is set\n aws_secret: <AWS secret key> // Optional, if the environment variable `AWS_SECRET` is set\n concurrency: <number of connections> // Optional\n region: <region> // Optional, default: us-standard\n cf_distribution: <cloudfront distribution> // Which distribution should be invalidated?\n```\n\n## Contributors\n\n- Wouter van Lent ([wouter33](https://github.com/wouter33))\n- Josh Strange ([joshstrange](https://github.com/joshstrange); original implementation)\n\n## License\n\nMIT\n",
"readmeFilename": "README.md",
"gitHead": "b11763402c829db57a83861398d4ffb78d40516b",
"bugs": {
"url": "https://github.com/Wouter33/hexo-deployer-s3-cloudfront/issues"
},
"homepage": "https://github.com/Wouter33/hexo-deployer-s3-cloudfront#readme",
"_id": "[email protected]",
"scripts": {},
"_shasum": "4c20c46b757e1d031f1fdc20fa98155cfa4d7736",
"_from": "hexo-deployer-s3-cloudfront@>=0.1.0 <0.2.0"
}