Files
smpp-js/package.json
T
2016-01-25 18:20:13 +01:00

42 lines
815 B
JSON

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