coupon-code
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "coupon-code", | ||
"description": "An implementation of Perl's Algorithm::CouponCode for NodeJS.", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": { | ||
"name":"Andrew Chilton", | ||
"email":"chilts@appsattic.com", | ||
"url":"http://www.chilts.org/" | ||
"email":"andychilton@gmail.com", | ||
"url":"http://chilts.org/" | ||
}, | ||
"homepage": "https://github.com/appsattic/node-coupon-code", | ||
"homepage": "https://github.com/chilts/node-coupon-code", | ||
"contributors": [], | ||
@@ -24,11 +24,11 @@ "devDependencies": { | ||
"type" : "git", | ||
"url": "git://github.com/appsattic/node-coupon-code.git" | ||
"url": "git://github.com/chilts/node-coupon-code.git" | ||
}, | ||
"bugs" : { | ||
"url" : "http://github.com/appsattic/node-coupon-code/issues", | ||
"mail" : "chilts@appsattic.com" | ||
"url" : "http://github.com/chilts/node-coupon-code/issues", | ||
"mail" : "andychilton@gmail.com" | ||
}, | ||
"licenses": [{ | ||
"type": "MIT", | ||
"url": "https://raw.github.com/appsattic/node-coupon-code/master/LICENSE" | ||
"url": "https://raw.github.com/chilts/node-coupon-code/master/LICENSE" | ||
}], | ||
@@ -35,0 +35,0 @@ "keywords": [ |
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
19549