UNPKG

coolsms-rest-sdk

Version:
42 lines (41 loc) 771 B
{ "name": "coolsms-rest-sdk", "description": "coolsms rest-sdk for node.js", "version": "1.0.8", "author": { "name": "Seungjae Lee", "email": "seungjeal@naver.com", "url": "https://github.com/a0ly" }, "keywords": [ "coolsms", "sms", "mms", "rest-sdk", "restful", "sdk" ], "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "https://github.com/a0ly/coolsms-rest-sdk.git" }, "bugs": { "url": "https://github.com/a0ly/coolsms-rest-sdk/issues" }, "dependencies": { "lodash": "4.17.11", "request": "2.80.0" }, "main": "index", "engines": { "node": ">= 0.12.0" }, "devDependencies": { "chai": "3.5.0", "i": "0.3.4", "mocha": "3.0.2" } }