12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "@uppy/unsplash",
- "description": "Import files from Unsplash, the free stock photography resource, into Uppy",
- "version": "0.1.4",
- "license": "MIT",
- "main": "lib/index.js",
- "types": "types/index.d.ts",
- "keywords": [
- "file uploader",
- "uppy",
- "uppy-plugin",
- "unsplash"
- ],
- "homepage": "https://uppy.io",
- "bugs": {
- "url": "https://github.com/transloadit/uppy/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/transloadit/uppy.git"
- },
- "dependencies": {
- "@uppy/companion-client": "file:../companion-client",
- "@uppy/provider-views": "file:../provider-views",
- "@uppy/utils": "file:../utils",
- "preact": "8.2.9"
- },
- "peerDependencies": {
- "@uppy/core": "^1.13.3"
- },
- "publishConfig": {
- "access": "public"
- }
- }
|