restify-etag-cache
Advanced tools
Comparing version
{ | ||
"name": "restify-etag-cache", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Restify ETag Cache. The easy way.", | ||
@@ -10,3 +10,4 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "npm test" | ||
"test": "./node_modules/mocha/bin/mocha test/**/*.js", | ||
"coverage": "./node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-lcov npm test" | ||
}, | ||
@@ -34,3 +35,9 @@ "repository": { | ||
"devDependencies": { | ||
"restify": "^4.1.1" | ||
"chai": "^3.5.0", | ||
"eslint": "^3.7.1", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.1.2", | ||
"nyc": "^8.3.1", | ||
"restify": "^4.1.1", | ||
"restify-clients": "^1.3.3" | ||
}, | ||
@@ -37,0 +44,0 @@ "dependencies": { |
8679
53.07%11
37.5%196
108.51%7
600%