carcass-stripe
Version:
(Node.js) A simple wrap of stripe APIs, in Carcass style.
56 lines (55 loc) • 1.28 kB
JSON
{
"name": "carcass-stripe",
"version": "0.1.7",
"description": "(Node.js) A simple wrap of stripe APIs, in Carcass style.",
"author": {
"name": "Wiredcraft",
"email": "info@wiredcraft.com",
"url": "http://wiredcraft.com"
},
"contributors": [
"Kuno Guan",
"Makara Wang"
],
"keywords": [
"carcass",
"stripe",
"payment",
"stream"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Wiredcraft/carcass-stripe.git"
},
"bugs": {
"url": "https://github.com/Wiredcraft/carcass-stripe/issues"
},
"homepage": "https://github.com/Wiredcraft/carcass-stripe",
"dependencies": {
"bluebird": "2.x",
"carcass": "0.11.5",
"carcass-config": "0.2.2",
"cradle": "0.6.7",
"debug": "1.x",
"lodash": "2.x",
"stripe": "^2.8.0",
"through2": "1.x"
},
"devDependencies": {
"carcass-couch": "0.6.0",
"gulp": "latest",
"gulp-coffee": "latest",
"gulp-coffeelint": "latest",
"gulp-coverage": "latest",
"gulp-jshint": "latest",
"gulp-mocha": "latest",
"gulp-util": "latest",
"jshint-stylish": "latest",
"modella": "^0.2.8",
"modella-validators": "latest",
"should": "latest",
"uid2": "latest"
},
"scripts": {}
}