uppy/packages/@uppy/robodog/package.json
Renée Kooi 10bc79574e
lerna link convert (#1730)
* lerna link convert

* ci: use npm ci

* update lockfile

* companion: set `bin` to source file

Since typescript doesn't actually transform anything, we can just use
this.

In a next major version we could set `noEmit: true` in the tsconfig and
stop publishing `lib`.

* companion: do chmod +x on start-server.js

* build: remove obsolete lerna config

* build: explicitly install latest versions when building e2e tests for ci

* Remove versions from private packages

* fix regex

* try fix

* ci: force npm to install to endtoend folder

* ci: fold up e2e build output

* Update netlify deploy preview command

* Remove mentions of npm run bootstrap

* Edit .github/CONTRIBUTING.md instead

* companion: add proxy executable

* companion: fix publish

* Downgrade jest to appease create-react-app
2019-07-19 12:16:36 +02:00

45 lines
1.1 KiB
JSON

{
"name": "@uppy/robodog",
"description": "Transloadit SDK for browsers based on Uppy",
"version": "1.2.0",
"license": "MIT",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"transloadit",
"file encoding",
"encoding",
"file processing",
"video encoding",
"crop",
"resize",
"watermark",
"uppy",
"uppy-plugin"
],
"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/core": "file:../core",
"@uppy/dashboard": "file:../dashboard",
"@uppy/dropbox": "file:../dropbox",
"@uppy/form": "file:../form",
"@uppy/google-drive": "file:../google-drive",
"@uppy/instagram": "file:../instagram",
"@uppy/status-bar": "file:../status-bar",
"@uppy/transloadit": "file:../transloadit",
"@uppy/url": "file:../url",
"@uppy/utils": "file:../utils",
"@uppy/webcam": "file:../webcam",
"es6-promise": "4.2.5",
"whatwg-fetch": "3.0.0"
}
}