diff --git a/package-lock.json b/package-lock.json
deleted file mode 100644
index 4320b549f43bb34de3b61e6469828f7a25b8d803..0000000000000000000000000000000000000000
--- a/package-lock.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "name": "omeka-s-module-oai-pmh-repository",
-  "version": "3.2.0",
-  "lockfileVersion": 1
-}
diff --git a/package.json b/package.json
deleted file mode 100644
index 8dcc731e1308ecf67acc6cdbf8d1c238110ad908..0000000000000000000000000000000000000000
--- a/package.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
-  "name": "omeka-s-module-oai-pmh-repository",
-  "version": "3.2.0",
-  "description": "Exposes items as an OAI-PMH repository (module for Omeka S).",
-  "main": "index.js",
-  "directories": {
-    "test": "test"
-  },
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/Daniel-KM/Omeka-S-module-OaiPmhRepository"
-  },
-  "keywords": [
-    "Omeka S",
-    "Omeka S module",
-    "share",
-    "open data",
-    "library protocol",
-    "OAI-PMH",
-    "Dublin Core",
-    "METS",
-    "MODS",
-    "CDWA Lite"
-  ],
-  "author": "John Flatness, Daniel Berthereau, Julian Maurice",
-  "license": "GPL-3.0",
-  "bugs": {
-    "url": "https://github.com/Daniel-KM/Omeka-S-module-OaiPmhRepository/issues"
-  },
-  "homepage": "https://github.com/Daniel-KM/Omeka-S-module-OaiPmhRepository"
-}