Files
smpp-js/package.json
T
2016-06-08 11:20:39 +02:00

61 lines
1.3 KiB
JSON

{
"author": {
"name": "Mikael 'Lilleman' Göransson",
"email": "lilleman@larvit.se",
"url": "http://github.com/larvit/larvitsmpp"
},
"private": false,
"contributors": [],
"dependencies": {
"async": "^1.5.2",
"iconv-lite": "^0.4.13",
"moment": "^2.13.0",
"utils-merge": "^1.0.0",
"winston": "^2.2.0"
},
"description": "Simplified SMPP implementation",
"devDependencies": {
"coveralls": "^2.11.9",
"eslint": "^2.11.1",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"portfinder": "^1.0.3",
"pre-git": "^3.8.4"
},
"keywords": [
"smpp",
"pdu",
"sms"
],
"main": "larvitsmpp.js",
"name": "larvitsmpp",
"repository": {
"url": "https://github.com/larvit/larvitsmpp",
"type": "git"
},
"version": "0.1.19",
"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",
"config": {
"pre-git": {
"commit-msg": "",
"pre-commit": [
'eslint ./',
'mocha'
],
"pre-push": [],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
}
}