Comparing version 0.0.6 to 0.0.7
@@ -0,0 +0,0 @@ // Load modules |
{ | ||
"name": "crumb", | ||
"description": "CSRF crumb generation plugin", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)", | ||
@@ -17,3 +17,3 @@ "contributors": [], | ||
"engines": { | ||
"node": ">=0.8.0" | ||
"node": "0.8.x" | ||
}, | ||
@@ -26,12 +26,16 @@ "dependencies": { | ||
"peerDependencies": { | ||
"compatible": "1.0.0" | ||
"hapi": "0.14.x" | ||
}, | ||
"devDependencies": { | ||
"hapi": "0.x.x", | ||
"hapi": "0.14.x", | ||
"mocha": "1.x.x", | ||
"chai": "1.x.x", | ||
"handlebars": "1.0.x" | ||
"handlebars": "1.0.x", | ||
"blanket": "1.0.x", | ||
"travis-cov": "0.2.x" | ||
}, | ||
"scripts": { | ||
"test": "make test && make unit" | ||
"test": "make test && make test-cov", | ||
"blanket": { "pattern": "//^((?!\/node_modules\/)(?!\/test\/).)*$/ig", "onlyCwd": true, "data-cover-flags": { "branchTracking": true } }, | ||
"travis-cov": { "threshold": 100 } | ||
}, | ||
@@ -41,5 +45,5 @@ "licenses": [ | ||
"type": "BSD", | ||
"url": "http://github.com/hueniverse/crumb/raw/master/LICENSE" | ||
"url": "http://github.com/walmartlabs/crumb/raw/master/LICENSE" | ||
} | ||
] | ||
} |
@@ -0,0 +0,0 @@ <a href="https://github.com/walmartlabs/blammo"><img src="https://raw.github.com/walmartlabs/blammo/master/images/from.png" align="right" /></a> |
@@ -0,0 +0,0 @@ // Load modules |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
54940
6