-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "@activitree/s3up-meta",
"version": "1.6.8",
"description": "Upload files to Amazon S3. Refactored from s3up by Lepozepo and added metadata for Amazon caching of uploaded files.",
"main": "client/index.js",
"dependencies": {
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"lodash.every": "^4.6.0",
"lodash.findindex": "^4.6.0",
"lodash.isempty": "^4.4.0",
"lodash.isstring": "^4.0.1",
"lodash.last": "^3.0.0",
"lodash.noop": "^3.0.1",
"lodash.reduce": "^4.6.0",
"uuid": "^9.0.1"
},
"maintainers": [
{
"name": "paulincai",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/activitree/s3up-meta.git"
},
"readme": "Upload files to Amazon S3. Refactored from s3up by Lepozepo and added metadata for caching of uploaded files.",
"readmeFilename": "README.md",
"keywords": [
"s3",
"upload",
"multipart",
"meteor"
],
"author": "paulincai",
"license": "MIT",
"homepage": "https://github.com/activitree/s3up-meta"
}