forked from jpillora/grunt-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.58 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
60
61
62
63
64
65
66
67
68
69
{
"name": "grunt-aws",
"description": "A Grunt interface into the Amazon Node.JS SDK",
"version": "0.4.2",
"homepage": "https://github.com/jpillora/grunt-aws",
"author": {
"name": "Jaime Pillora",
"email": "[email protected]",
"url": "http://jpillora.com"
},
"maintainers": [
{
"name": "jpillora",
"email": "[email protected]"
},
{
"name": "bxjx",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jpillora/grunt-aws"
},
"bugs": {
"url": "https://github.com/jpillora/grunt-aws/issues"
},
"licenses": "MIT",
"main": "Gruntfile.js",
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"deploy",
"amazon",
"aws",
"s3",
"cache",
"caching",
"gzip",
"compress"
],
"dependencies": {
"async": "~0.2.9",
"aws-sdk": "~1.12.0",
"lodash": "~1.3.1",
"mime": "~1.2.11",
"mkdirp": "^0.5.1"
},
"gitHead": "d6ebbdf241773d4505547e3a7af540fd4a6978b9",
"_id": "[email protected]",
"scripts": {},
"_shasum": "dfe6aec99331c4509597104d08d3fb5b6ec4ba21",
"_from": "grunt-aws@^0.4.0",
"_npmVersion": "2.5.0",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "jpillora",
"email": "[email protected]"
},
"dist": {
"shasum": "dfe6aec99331c4509597104d08d3fb5b6ec4ba21",
"tarball": "http://registry.npmjs.org/grunt-aws/-/grunt-aws-0.4.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/grunt-aws/-/grunt-aws-0.4.2.tgz",
"readme": "ERROR: No README data found!"
}