File: package.json

Recommend this page to a friend!
  Classes of Edvaldo Szymonek   PagSeguro Node.js   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: package
Class: PagSeguro Node.js
Process payments using UOL PagSeguro
Author: By
Last change: Update of package.json
Date: 2 years ago
Size: 725 bytes
 

Contents

Class file image Download
{ "name": "pagseguro-nodejs", "version": "0.1.2", "description": "Integra a API de pagamento online do PagSeguro", "author": { "name": "Edvaldo Szymonek", "email": "edvaldoszy@gmail.com", "url": "http://edvaldotsi.com" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/edvaldoszy/pagseguro-nodejs.git" }, "bugs": { "url": "https://github.com/edvaldoszy/pagseguro-nodejs/issues" }, "homepage": "https://github.com/edvaldoszy/pagseguro-nodejs#readme", "keywords": [ "nodejs", "pagseguro", "uol", "payment", "e-commerce" ], "dependencies": { "request": "^2.71.0" } }