mongoose-stripe-customers
Version:
A mongoose plugin that creates a stripe customer when a new document is created and stores the Stripe customer id to that document.
47 lines (46 loc) • 1.35 kB
JSON
{
"name": "mongoose-stripe-customers",
"version": "0.4.0",
"description": "A mongoose plugin that creates a stripe customer when a new document is created and stores the Stripe customer id to that document.",
"main": "mongoose-stripe-customers.js",
"scripts": {
"test": "gulp test",
"coveralls": "gulp coveralls",
"travis": "npm run coveralls -s && ((cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js) || exit 0)"
},
"repository": {
"type": "git",
"url": "https://github.com/Dashride/mongoose-stripe-customers"
},
"keywords": [
"mongoose",
"plugin",
"stripe",
"customer"
],
"author": "Joseph Thibeault <joe@dashride.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Dashride/mongoose-stripe-customers/issues"
},
"homepage": "https://github.com/Dashride/mongoose-stripe-customers",
"devDependencies": {
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-istanbul": "^1.0.0",
"gulp-jsdoc-to-markdown": "^1.1.1",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^4.0.0",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"jshint-stylish": "^2.0.1",
"mocha": "^3.0.0",
"mongoose": "^4.5.4"
},
"dependencies": {
"lodash": "^4.13.1",
"stripe": "^4.6.0"
}
}