loopback-component-openpay
Version:
Loopback component to work with openpay platform.
31 lines (30 loc) • 783 B
JSON
{
"name": "loopback-component-openpay",
"version": "0.0.3",
"description": "Loopback component to work with openpay platform.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./lib/postInstall.js"
},
"peerDependencies": {
"openpay": "^1.0.2"
},
"dependencies": {
"chalk": "^1.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/refucktor/loopback-component-openpay.git"
},
"keywords": [
"loopback",
"openpay"
],
"author": "hmvalcarcel@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/refucktor/loopback-component-openpay/issues"
},
"homepage": "https://github.com/refucktor/loopback-component-openpay#readme"
}