UNPKG

smsapi-pl

Version:

SMSAPI.pl implementation for node.js

34 lines (33 loc) 668 B
{ "name": "smsapi-pl", "version": "0.2.0", "description": "SMSAPI.pl implementation for node.js", "main": "index.js", "dependencies": { "extend": "~2.0.0", "q": "*", "request": "~2.34.0", "underscore": "^1.8.3" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/pawerda/smsapi-pl.git" }, "keywords": [ "node.js", "sms", "smsapi", "smsapi.pl", "smsapi-pl", "pl" ], "author": "Paweł Werda", "license": "MIT", "bugs": { "url": "https://github.com/pawerda/smsapi-pl/issues" } }