restify-etag-cache
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "restify-etag-cache", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Restify ETag Cache. The easy way.", | ||
@@ -11,3 +11,4 @@ "main": "lib/index.js", | ||
"test": "./node_modules/mocha/bin/mocha test/**/*.js", | ||
"coverage": "./node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-lcov npm test" | ||
"coverage": "./node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-lcov npm test", | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" | ||
}, | ||
@@ -36,2 +37,3 @@ "repository": { | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.11.14", | ||
"eslint": "^3.7.1", | ||
@@ -38,0 +40,0 @@ "istanbul": "^0.4.5", |
# restify-etag-cache | ||
[![Build Status](https://travis-ci.org/zephrax/restify-etag-cache.svg?branch=master)](https://travis-ci.org/zephrax/restify-etag-cache) | ||
[![devDependency Status](https://david-dm.org/zephrax/restify-etag-cache/dev-status.svg)](https://david-dm.org/zephrax/restify-etag-cache#info=devDependencies) | ||
[![Dependency Status](https://david-dm.org/zephrax/restify-etag-cache.svg)](https://david-dm.org/zephrax/restify-etag-cache) | ||
[![Coverage Status](https://coveralls.io/repos/github/zephrax/restify-etag-cache/badge.svg?branch=master)](https://coveralls.io/github/zephrax/restify-etag-cache?branch=master) | ||
@@ -6,0 +8,0 @@ > Automatic middleware that enables client cache based on ETag header |
9234
13
31
8