Files
smpp-js/package.json
T
2019-02-19 18:23:40 +00:00

49 lines
1.1 KiB
JSON

{
"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": "6.0.0",
"mocha-eslint": "5.0.0",
"portfinder": "1.0.20"
},
"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"
}