Bumped upstream versions

This commit is contained in:
2016-01-27 12:10:53 +01:00
parent 9aa4b6b9d9
commit 7614c42a54
+39 -39
View File
@@ -1,41 +1,41 @@
{ {
"author": { "author": {
"name": "Mikael 'Lilleman' Göransson", "name": "Mikael 'Lilleman' Göransson",
"email": "lilleman@larvit.se", "email": "lilleman@larvit.se",
"url": "http://github.com/larvit/larvitsmpp" "url": "http://github.com/larvit/larvitsmpp"
}, },
"private": false, "private": false,
"contributors": [], "contributors": [],
"dependencies": { "dependencies": {
"async": "^1", "async": "^1.5.2",
"iconv-lite": "^0.4", "iconv-lite": "^0.4.13",
"moment": "^2", "moment": "^2.11.1",
"utils-merge": "^1", "utils-merge": "^1.0.0",
"winston": "^2" "winston": "^2.1.1"
}, },
"description": "Simplified SMPP implementation", "description": "Simplified SMPP implementation",
"devDependencies": { "devDependencies": {
"mocha": "^2", "mocha": "^2.4.2",
"portfinder": "^0.4" "portfinder": "^0.4.0"
}, },
"keywords": [ "keywords": [
"smpp", "smpp",
"pdu", "pdu",
"sms" "sms"
], ],
"main": "larvitsmpp.js", "main": "larvitsmpp.js",
"name": "larvitsmpp", "name": "larvitsmpp",
"repository": { "repository": {
"url": "https://github.com/larvit/larvitsmpp", "url": "https://github.com/larvit/larvitsmpp",
"type": "git" "type": "git"
}, },
"version": "0.1.16", "version": "0.1.17",
"readmeFilename": "README.md", "readmeFilename": "README.md",
"bugs": { "bugs": {
"url": "https://github.com/larvit/larvitsmpp/issues" "url": "https://github.com/larvit/larvitsmpp/issues"
}, },
"homepage": "https://github.com/larvit/larvitsmpp", "homepage": "https://github.com/larvit/larvitsmpp",
"scripts": { "scripts": {
"test": "mocha" "test": "mocha"
} }
} }