diff --git a/package.json b/package.json index 831a7de..5b57c2d 100644 --- a/package.json +++ b/package.json @@ -1,41 +1,41 @@ { - "author": { - "name": "Mikael 'Lilleman' Göransson", - "email": "lilleman@larvit.se", - "url": "http://github.com/larvit/larvitsmpp" - }, - "private": false, - "contributors": [], - "dependencies": { - "async": "^1", - "iconv-lite": "^0.4", - "moment": "^2", - "utils-merge": "^1", - "winston": "^2" - }, - "description": "Simplified SMPP implementation", - "devDependencies": { - "mocha": "^2", - "portfinder": "^0.4" - }, - "keywords": [ - "smpp", - "pdu", - "sms" - ], - "main": "larvitsmpp.js", - "name": "larvitsmpp", - "repository": { - "url": "https://github.com/larvit/larvitsmpp", - "type": "git" - }, - "version": "0.1.16", - "readmeFilename": "README.md", - "bugs": { - "url": "https://github.com/larvit/larvitsmpp/issues" - }, - "homepage": "https://github.com/larvit/larvitsmpp", - "scripts": { - "test": "mocha" - } + "author": { + "name": "Mikael 'Lilleman' Göransson", + "email": "lilleman@larvit.se", + "url": "http://github.com/larvit/larvitsmpp" + }, + "private": false, + "contributors": [], + "dependencies": { + "async": "^1.5.2", + "iconv-lite": "^0.4.13", + "moment": "^2.11.1", + "utils-merge": "^1.0.0", + "winston": "^2.1.1" + }, + "description": "Simplified SMPP implementation", + "devDependencies": { + "mocha": "^2.4.2", + "portfinder": "^0.4.0" + }, + "keywords": [ + "smpp", + "pdu", + "sms" + ], + "main": "larvitsmpp.js", + "name": "larvitsmpp", + "repository": { + "url": "https://github.com/larvit/larvitsmpp", + "type": "git" + }, + "version": "0.1.17", + "readmeFilename": "README.md", + "bugs": { + "url": "https://github.com/larvit/larvitsmpp/issues" + }, + "homepage": "https://github.com/larvit/larvitsmpp", + "scripts": { + "test": "mocha" + } }