42-cent-base
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -5,8 +5,3 @@ //todo move mapKeys and flat to a 42-cent-utility module | ||
BaseGateway: require('./lib/BaseGateway.js'), | ||
GatewayError: require('./lib/errors.js').GatewayError, | ||
flat: require('./lib/flat.js'), | ||
mapKeys: require('./lib/mapKeys.js'), | ||
Prospect: require('./lib/prospect.js'), | ||
CreditCard: require('./lib/creditCard.js'), | ||
SubscriptionPlan: require('./lib/subscriptionPlan.js') | ||
GatewayError: require('./lib/errors.js').GatewayError | ||
}; |
{ | ||
"name": "42-cent-base", | ||
"version": "0.6.1", | ||
"description": "structural interface for 42-cent adaptors", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"42-cent", | ||
"payment", | ||
"gateway" | ||
], | ||
"author": "Laurent Renard", | ||
"license": "MIT", | ||
"dependencies": { | ||
"bluebird": "^2.3.2", | ||
"lodash": "^2.4.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/continuous-software/42-cent-base.git" | ||
}, | ||
"devDependencies": { | ||
"gulp": "^3.8.8", | ||
"gulp-concat": "^2.4.0", | ||
"jsdox": "^0.4.2" | ||
} | ||
"name": "42-cent-base", | ||
"version": "0.7.0", | ||
"description": "structural interface for 42-cent adaptors", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"42-cent", | ||
"payment", | ||
"gateway" | ||
], | ||
"author": "Laurent Renard", | ||
"license": "MIT", | ||
"dependencies": { | ||
"bluebird": "^2.3.2", | ||
"lodash": "^2.4.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/continuous-software/42-cent-base.git" | ||
}, | ||
"devDependencies": { | ||
"gulp": "^3.8.8", | ||
"gulp-concat": "^2.4.0", | ||
"jsdox": "^0.4.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29988
11
246