diff --git a/package.json b/package.json index dadaa3b..01b2046 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,30 @@ { - "name": "field-level-encryption", - "version": "1.0.0", - "description": "API to test Field Level Encryption on mongoose comunity server using mongoose", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [ - "Field Level Encryption", - "API" - ], - "author": "Tejas Agrawal", - "license": "ISC", - "dependencies": { - "apicache": "^1.6.2", - "async": "^3.2.0", - "axios": "^0.21.1", - "body-parser": "^1.19.0", - "cors": "^2.8.5", - "express": "^4.17.1", - "mongoose": "^5.12.13", - "mongoose-lean-getters": "^0.2.0", - "nodemon": "^2.0.7" - } + "name": "field-level-encryption", + "version": "1.0.0", + "description": "API to test Field Level Encryption on mongoose comunity server using mongoose", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "Field Level Encryption", + "API" + ], + "author": "Tejas Agrawal", + "license": "ISC", + "dependencies": { + "apicache": "^1.6.2", + "async": "^3.2.0", + "axios": "^0.21.1", + "body-parser": "^1.19.0", + "cors": "^2.8.5", + "express": "^4.17.1", + "mongoose": "^5.12.13", + "mongoose-lean-getters": "^0.2.0", + "nodemon": "^2.0.7" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/smallcase/Field-Level-Encryption.git" + } }