seneca-pay
Version:
Seneca payment plugin
41 lines (40 loc) • 761 B
JSON
{
"name": "seneca-pay",
"version": "0.0.5",
"description": "Seneca payment plugin",
"main": "lib/main.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git://github.com/iantocristian/seneca-pay.git"
},
"keywords": [
"seneca",
"pay",
"payment",
"paypal",
"payflow",
"gateway",
"plugin"
],
"author": "Cristian Ianto",
"license": "MIT",
"dependencies": {
"underscore": "~1.4.4",
"dispatch": "~0.2.0",
"node-uuid": "~1.4.0",
"paypal-express": "git://github.com/andzdroid/paypal-express.git"
},
"devDependencies": {
"gex": "~0.0.3",
"chai": "~1.5.0",
"async": "~0.2.5",
"seneca": "0.5.x"
},
"files": [
"README.md",
"LICENSE.txt",
"lib"
]
}