UNPKG

iamporter

Version:
59 lines (58 loc) 1.25 kB
{ "name": "iamporter", "version": "1.4.2", "description": "Node.js REST API client for I'mport", "license": "MIT", "author": "Claud D. Park <posquit0.bj@gmail.com> (http://www.posquit0.com)", "contributors": [], "homepage": "https://github.com/posquit0/node-iamporter#readme", "repository": { "type": "git", "url": "git+https://github.com/posquit0/node-iamporter.git" }, "bugs": { "url": "https://github.com/posquit0/node-iamporter/issues" }, "keywords": [ "iamport", "i'mport", "importer", "rest", "api", "client", "creditcard", "pay", "payment", "payments", "pg", "nodejs" ], "engines": { "node": ">=4" }, "files": [ "lib", "*.js" ], "main": "index.js", "scripts": { "test": "mocha test", "test:watch": "npm test -- --watch", "test:coverage": "istanbul cover _mocha --report lcovonly -- test", "lint": "eslint ./" }, "dependencies": { "axios": "^0.16.0", "debug": "^3.0.1" }, "devDependencies": { "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "co-mocha": "^1.2.0", "coveralls": "^2.13.1", "eslint": "^4.6.1", "istanbul": "^0.4.5", "lodash": "^4.17.4", "mocha": "^3.2.0" } }