UNPKG

klarna-checkout

Version:

Library for integrating Klarna Checkout in a nodejs environment

30 lines (29 loc) 644 B
{ "name": "klarna-checkout", "version": "1.3.0", "description": "Library for integrating Klarna Checkout in a nodejs environment", "main": "src/klarna.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "nodejs", "klarna", "checkout" ], "author": "Philip Prophet", "license": "ISC", "dependencies": { "promise": "^7.0.4", "ramda": "^0.22.1", "request": "^2.67.0" }, "repository": { "type": "git", "url": "https://github.com/monkybrain/klarna-checkout.git" }, "devDependencies": { "body-parser": "^1.15.2", "express": "^4.14.0" } }