{ "name": "payfast", "version": "1.0.0", "description": "gateway de pedidos utilizando recursos http.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "api", "gateway", "javascript" ], "author": "juliocvidal", "license": "ISC", "dependencies": { "body-parser": "^1.16.1", "consign": "^0.1.2", "express": "^4.14.0", "mysql": "^2.13.0" } }