forked from bouzuya/grunt-tentacles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 869 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": "grunt-tentacles",
"description": "A Grunt plugin for uploading files to Amazon S3.",
"version": "0.2.0",
"homepage": "https://github.com/bouzuya/grunt-tentacles",
"author": {
"name": "bouzuya",
"email": "[email protected]",
"url": "http://bouzuya.net/"
},
"repository": {
"type": "git",
"url": "git://github.com/bouzuya/grunt-tentacles.git"
},
"bugs": {
"url": "https://github.com/bouzuya/grunt-tentacles/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bouzuya/grunt-tentacles/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"aws-sdk": "^2.0.0-rc.19",
"mime": "^1.2.11",
"q": "^1.0.1"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin",
"amazon",
"aws",
"s3"
]
}