bsg-nodejs
Version:
NodeJS wrapper for the Bulk SMS Solutions API
39 lines • 858 B
JSON
{
"name": "bsg-nodejs",
"version": "1.0.13",
"description": "NodeJS wrapper for the Bulk SMS Solutions API",
"main": "lib/bsg.js",
"engines": {
"node": ">=4.7.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bsg/bsg-nodejs.git"
},
"keywords": [
"sms",
"hlr",
"viber"
],
"author": "BSG HONG KONG LIMITED <support@bsg.world> (https://bsg.world/)",
"contributors": [
"Anton Zelenski <zelibobla@gmail.com>"
],
"license": "BSD-2-Clause",
"homepage": "https://github.com/bsg/bsg-nodejs",
"dependencies": {
"request":"2.79"
},
"devDependencies": {
"should":"11.2.0",
"should-equal":"1.0.1",
"should-format":"3.0.3",
"should-type":"1.4.0",
"should-type-adaptors":"1.0.1",
"should-util":"1.0.0",
"mocha":"3.2.0"
}
}