payu-latam-node
Version:
PayU Latam library in Node Js
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "payu-latam-node",
"version": "0.1.2",
"description": "PayU Latam library in Node Js",
"main": "./lib/pay.js",
"repository": {
"type": "git",
"url": "git+https://github.com/estebansolo/payu-api-node.git"
},
"scripts": {
"build": "babel ./src --experimental --source-maps-inline -d ./lib",
"start": "npm run build && npm run test",
"test": "mocha --reporter spec",
"script": "node test/test.js"
},
"keywords": [
"payu",
"payu",
"latam",
"tokenizacion",
"reports",
"payments",
"lib",
"node",
"js"
],
"author": "Esteban Solorzano <estebansolorzano27@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/estebansolo/payu-api-node/issues"
},
"homepage": "https://github.com/estebansolo/payu-api-node#readme",
"engines": {
"node": ">=4.2.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"mocha": "^6.0.2"
},
"dependencies": {
"md5": "^2.2.1",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"uniqid": "^5.0.3"
}
}