forked from koudelka/node-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 686 Bytes
/
package.json
File metadata and controls
26 lines (25 loc) · 686 Bytes
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
{
"name" : "s3",
"description" : "AWS S3 Library",
"version" : "0.1.0",
"keywords" : [ "node", "s3", "aws"],
"homepage" : "http://github.com/koudelka/node-s3",
"author" : "Michael Shapiro <koudelka@ryoukai.org>",
"contributors" : [],
"bugs" : {
"mail" : "koudelka@ryoukai.org",
"web" : "http://github.com/koudelka/node-s3/issues"
},
"licenses" : [ {
"type" : "GPL 3",
"url" : "http://www.gnu.org/licenses/gpl-3.0.html",
} ],
"repository" : {
"type" : "git",
"url" : "git://github.com/koudelka/node-s3.git"
},
"engines" : { "node" : ">=0.2.3" },
"dependencies" : {},
"directories" : { "lib" : "./lib"},
"main" : "index.js"
}