forked from excid3/uppy-activestorage-upload
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.14 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
40
41
42
43
44
45
46
47
48
49
{
"name": "@excid3/uppy-activestorage-upload",
"description": "Rails ActiveStorage DirectUpload engine for Uppy",
"version": "1.0.0",
"license": "MIT",
"main": "lib/index.js",
"jsnext:main": "lib/index.js",
"types": "types/index.d.ts",
"files": [
"lib/index.js",
"types/index.d.ts"
],
"keywords": [
"file uploader",
"xhr",
"xhr upload",
"XMLHttpRequest",
"ajax",
"fetch",
"uppy",
"uppy-plugin"
],
"homepage": "https://github.com/excid3/uppy-activestorage-upload",
"author": "Chris Oliver <[email protected]>",
"bugs": {
"url": "https://github.com/excid3/uppy-activestorage-upload/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/excid3/uppy-activestorage-upload.git"
},
"devDependencies": {
"@rails/activestorage": "^7.1",
"@uppy/core": "^3.7",
"@uppy/utils": "^5.7.0",
"np": "*"
},
"peerDependencies": {
"@rails/activestorage": "*",
"@uppy/core": "*",
"@uppy/utils": "*"
},
"publishConfig": {
"@excid3:registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.0"
}
}