Delete package.json~
diff --git a/accesscontrol/package.json~ b/accesscontrol/package.json~
deleted file mode 100644
index 696da2b..0000000
--- a/accesscontrol/package.json~
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "name": "edgemicro-access-control",
-  "version": "1.0.0",
-  "description": "This provides ip based whitelisting or blacklisting",
-  "main": "index.js",
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "author": "srinandan",
-  "license": "Apache 2.0",
-  "dependencies": {
-    "debug": "^2.2.0"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/apigee/microgateway-plugins.git"
-  },
-  "bugs": {
-    "url": "https://github.com/apigee/microgateway-plugins/issues"
-  },
-  "homepage": "https://github.com/apigee/microgateway-plugins#readme"
-}