backbone.validator
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "backbone.validator", | ||
"description": "Validation plugin for Backbone allowing for setting of default values", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"repository": { | ||
@@ -12,2 +12,3 @@ "url": "git://github.com/toddself/Backbone.Validator.git" | ||
"pre-commit": "npm run lint && npm test", | ||
"prepublish": "docme README.md", | ||
"lint": "jshint", | ||
@@ -21,3 +22,4 @@ "test": "tape test/*js" | ||
"jshint": "~2.3.0", | ||
"tape": "~2.3.0" | ||
"tape": "~2.3.0", | ||
"docme": "~0.1.4" | ||
}, | ||
@@ -24,0 +26,0 @@ "author": { |
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
41269
3