-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Berthereau
authored and
Daniel Berthereau
committed
Jan 1, 2024
1 parent
177a804
commit 82115ed
Showing
2 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
{ | ||
"name": "daniel-km/omeka-s-module-bulk-import", | ||
"type": "library", | ||
"description": "Extensible bulk import module for xml, sql databases, spreedsheets, and json endpoints.", | ||
"license": "CECILL-2.1", | ||
"authors": [ | ||
{ | ||
"name": "Daniel Berthereau", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkImport", | ||
"support": { | ||
"issues": "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkImport/-/issues", | ||
"forum": "https://forum.omeka.org/" | ||
}, | ||
"keywords": [ | ||
"Omeka S", | ||
"module", | ||
"admin", | ||
"import", | ||
"migration" | ||
], | ||
"require": { | ||
"ext-xml": "*", | ||
"codemirror/codemirror": "^5.65", | ||
|
@@ -56,7 +78,9 @@ | |
} | ||
], | ||
"extra": { | ||
"installer-types": ["omeka-addon-asset"], | ||
"installer-types": [ | ||
"omeka-addon-asset" | ||
], | ||
"installer-paths": { | ||
"asset/vendor/{$name}/": [ | ||
"type:omeka-addon-asset" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[info] | ||
name = "Bulk Import" | ||
description = "Extensible bulk import module for xml, sql databases, spreedsheets, and json endpoints." | ||
tags = "admin, import" | ||
tags = "admin, import, migration" | ||
license = "CECILL-2.1" | ||
author = "Daniel Berthereau" | ||
author_link = "https://gitlab.com/Daniel-KM" | ||
module_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkImport" | ||
support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkImport/-/issues" | ||
configurable = true | ||
version = "3.4.48" | ||
version = "3.4.49" | ||
omeka_version_constraint = "^4.0.0" | ||
dependencies = "Log" |