UNPKG

simple-nexmo

Version:
39 lines (38 loc) 756 B
{ "name": "simple-nexmo", "author": "Calvert Yang", "version": "2.2.1", "description": "A nodejs wrapper for nexmo API", "contributors": [ "Calvert Yang" ], "keywords": [ "sms", "tts", "nexmo" ], "main": "lib/nexmo", "dependencies": {}, "devDependencies": { "istanbul": "^0.3.2", "mocha": "^2.0.1", "should": "^4.2.0" }, "scripts": { "test": "mocha" }, "homepage": "https://github.com/CalvertYang/simple-nexmo", "repository": { "type": "git", "url": "git://github.com/CalvertYang/simple-nexmo.git" }, "bugs": { "url": "https://github.com/CalvertYang/simple-nexmo/issues" }, "license": [ { "type": "MIT", "url": "http://calvert.mit-license.org" } ] }