forked from TTLabs/EvaporateJS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 813 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 813 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "evaporate",
"version": "1.4.4",
"description": "Javascript library for browser to S3 multipart resumable uploads",
"main": "evaporate.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/TTLabs/EvaporateJS.git"
},
"keywords": [
"aws",
"amazon",
"S3",
"multipart",
"multi-part",
"uploads",
"browser",
"transfer",
"acceleration",
"signature version 4",
"v4"
],
"bugs": {
"url": "https://github.com/TTLabs/EvaporateJS/issues"
},
"author": {
"name": "Tom Saffell",
"email": "tcs@videopixie.com"
},
"license": "BSD-2-Clause",
"homepage": "https://github.com/TTLabs/EvaporateJS"
}