Files
smpp-js/package.json
T

43 lines
863 B
JSON

{
"author": {
"name": "Mikael 'Lilleman' Göransson",
"email": "lilleman@larvit.se",
"url": "http://github.com/larvit/larvitsmpp"
},
"private": false,
"contributors": [],
"dependencies": {
"winston": "latest",
"utils-merge": "latest",
"iconv-lite": "latest",
"moment": "latest",
"async": "latest"
},
"description": "Simplified SMPP implementation",
"devDependencies": {
"mocha": "latest",
"portfinder": "latest"
},
"keywords": [
"smpp",
"pdu",
"sms"
],
"main": "larvitsmpp.js",
"name": "larvitsmpp",
"repository": {
"url": "https://github.com/larvit/larvitsmpp",
"type": "git"
},
"version": "0.1.4",
"readmeFilename": "README.md",
"readme": "larvitsmpp",
"bugs": {
"url": "https://github.com/larvit/larvitsmpp/issues"
},
"homepage": "https://github.com/larvit/larvitsmpp",
"scripts": {
"test": "mocha"
}
}