forked from Sology/uppy-activestorage-upload
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 974 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
{
"name": "uppy-activestorage-upload",
"description": "Rails ActiveStorage DirectUpload engine for Uppy",
"version": "0.1.0",
"license": "MIT",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"xhr",
"xhr upload",
"XMLHttpRequest",
"ajax",
"fetch",
"uppy",
"uppy-plugin"
],
"homepage": "https://github.com/Sology/uppy-activestorage-upload",
"author": "Łukasz Jachymczyk <[email protected]>",
"bugs": {
"url": "https://github.com/Sology/uppy-activestorage-upload/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sology/uppy-activestorage-upload.git"
},
"dependencies": {
"@uppy/companion-client": "0.27.2",
"@uppy/utils": "0.27.1",
"cuid": "^2.1.1",
"activestorage": "5.2.1"
},
"devDependencies": {
"@uppy/core": "0.27.2"
},
"peerDependencies": {
"@uppy/core": "^0.27.0"
}
}