UNPKG

paypal-ipn

Version:

Package for verifying Paypal IPN messages

36 lines (35 loc) 663 B
{ "name": "paypal-ipn", "version": "3.0.0", "description": "Package for verifying Paypal IPN messages", "keywords": [ "paypal", "ipn", "payment" ], "contributors": [ { "name": "Chun-hao Hu", "email": "hu.chunhao@gmail.com", "web": "http://blog.huchunhao.com" } ], "bugs": { "url": "https://github.com/andzdroid/paypal-ipn/issues" }, "repository": { "type": "git", "url": "git@github.com:andzdroid/paypal-ipn.git" }, "dependencies": {}, "main": "index", "scripts": { "test": "nodeunit tests" }, "engines": [ "node" ], "devDependencies": { "nodeunit": "^0.9.0" } }