Files
smpp-js/package.json
T
2015-11-29 14:44:33 +01:00

43 lines
854 B
JSON

{
"author": {
"name": "Mikael 'Lilleman' Göransson",
"email": "lilleman@larvit.se",
"url": "http://github.com/larvit/larvitsmpp"
},
"private": false,
"contributors": [],
"dependencies": {
"async": "~1.5",
"iconv-lite": "~0.4",
"moment": "~2.10",
"utils-merge": "~1.0",
"winston": "~2.1"
},
"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.8",
"readmeFilename": "README.md",
"readme": "larvitsmpp",
"bugs": {
"url": "https://github.com/larvit/larvitsmpp/issues"
},
"homepage": "https://github.com/larvit/larvitsmpp",
"scripts": {
"test": "mocha"
}
}