node-nocache
Version:
Add nocache headers to response
31 lines (30 loc) • 711 B
JSON
{
"name": "node-nocache",
"version": "1.0.5",
"description": "Add nocache headers to response",
"main": "index.js",
"scripts": {
"pretest": "./node_modules/.bin/jshint index.js nocache.js",
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/mingchen/node-nocache",
"bugs": "https://github.com/mingchen/node-nocache/issues"
},
"keywords": [
"node",
"express",
"nocache"
],
"author": "Ming Chen <ming_c@hotmail.com>",
"license": "MIT",
"devDependencies": {
"express": "^4.16.4",
"jshint": "^2.9.6",
"mocha": "^5.2.0",
"should": "^13.2.3",
"supertest": "^3.3.0"
},
"dependencies": {}
}