UNPKG

node-paystack

Version:
35 lines (34 loc) 821 B
{ "name": "node-paystack", "version": "1.0.3", "description": "Promisified Paystack API wrapper", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha ./test/*.js --reporter spec --timeout 8000" }, "keywords": [ "payment", "API", "naira", "paystack" ], "author": "Okonkwo Sylvester <theslyguy@icloud.com> (http://slyg.uy/)", "license": "MIT", "dependencies": { "promise": "^7.1.1", "request": "^2.79.0", "request-promise": "^4.1.1" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0" }, "repository": { "type": "git", "url": "https://github.com/theslyone/node-paystack.git" }, "bugs": { "url": "https://github.com/theslyone/node-paystack/issues" }, "homepage": "https://github.com/theslyone/node-paystack" }