phoneserve
Version:
easy API implementation for sipgate.io (not official), TypeScript ready
35 lines (34 loc) • 797 B
JSON
{
"name": "phoneserve",
"version": "1.0.7",
"description": "easy API implementation for sipgate.io (not official), TypeScript ready",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/phoneserve.git"
},
"keywords": [
"sipgate.io",
"phoneserve"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/phoneserve/issues"
},
"homepage": "https://github.com/pushrocks/phoneserve#readme",
"devDependencies": {
"npmts-g": "^5.2.6",
"should": "^10.0.0",
"typings-test": "^1.0.1"
},
"dependencies": {
"@types/q": "0.0.27",
"q": "^1.4.1",
"smartstring": "^2.0.15",
"typings-global": "^1.0.6"
}
}