UNPKG

seneca-stripe-pay

Version:

Stripe pay strategy for the Seneca payment plugin

42 lines (41 loc) 743 B
{ "name": "seneca-stripe-pay", "version": "0.0.3", "description": "Stripe pay strategy for the Seneca payment plugin", "main": "lib/main.js", "scripts": { }, "repository": { "type": "git", "url": "git://github.com/iantocristian/seneca-pay.git" }, "keywords": [ "seneca", "pay", "stripe", "payment", "paypal", "payflow", "gateway", "plugin" ], "author": "Cristian Ianto", "license": "MIT", "dependencies": { "underscore": "~1.4.4", "stripe": "1.3.x" }, "devDependencies": { "gex": "~0.0.3", "chai": "~1.5.0", "async": "~0.2.5", "seneca": "0.5.x", "ejs": "~0.8.3" }, "files": [ "README.md", "LICENSE.txt", "lib", "views" ] }