49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "larvitsmpp",
|
|
"version": "0.3.2",
|
|
"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",
|
|
"moment": "^2.18.1",
|
|
"utils-merge": "^1.0.0",
|
|
"uuid": "^3.2.1",
|
|
"winston": "^2.3.1"
|
|
},
|
|
"description": "Simplified SMPP implementation",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.9",
|
|
"eslint": "^4.1.0",
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^3.4.2",
|
|
"mocha-eslint": "^3.0.1",
|
|
"portfinder": "^1.0.3"
|
|
},
|
|
"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"
|
|
}
|