mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
Steps taken: ```bash cp -R package-template packages/@uppy/store-default git mv src/store/DefaultStore.js packages/@uppy/store-default/src/index.js git mv src/store/DefaultStore.test.js packages/@uppy/store-default/src/index.test.js vim src/core/Core.js # update the require() call vim packages/@uppy/store-default/src/index.test.js # update the require() call ```
22 lines
513 B
JSON
22 lines
513 B
JSON
{
|
|
"name": "@uppy/store-default",
|
|
"description": "The default simple object-based store for Uppy.",
|
|
"version": "0.25.5",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"types": "types/index.d.ts",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-store"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
}
|
|
}
|