{ "name": "larvitsmpp", "version": "0.4.0", "author": { "name": "Mikael 'Lilleman' Göransson", "email": "lilleman@larvit.se", "url": "http://github.com/larvit/larvitsmpp" }, "private": false, "contributors": [], "dependencies": { "async": "^2.4.1", "iconv-lite": "^0.4.18", "larvitutils": "^2.1.0", "moment": "^2.18.1", "utils-merge": "^1.0.0", "uuid": "^3.2.1" }, "description": "Simplified SMPP implementation", "devDependencies": { "coveralls": "3.0.2", "eslint": "5.7.0", "istanbul": "0.4.5", "mocha": "5.2.0", "mocha-eslint": "4.1.0", "portfinder": "1.0.18" }, "keywords": [ "smpp", "pdu", "sms" ], "main": "index.js", "repository": { "url": "https://github.com/larvit/larvitsmpp", "type": "git" }, "readmeFilename": "README.md", "bugs": { "url": "https://github.com/larvit/larvitsmpp/issues" }, "homepage": "https://github.com/larvit/larvitsmpp", "scripts": { "cover": "istanbul cover _mocha", "test": "mocha" }, "license": "MIT" }