http-headers-js
Version:
Http constants for mime-types, headers, tracking-statuses, methods, content-encodings, csp, response codes and cache-control instructions
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "http-headers-js",
"version": "1.0.10",
"description": "Http constants for mime-types, headers, tracking-statuses, methods, content-encodings, csp, response codes and cache-control instructions",
"main": "index.js",
"scripts": {
"test": "mocha test/test"
},
"keywords": [
"http headers",
"headers",
"mime-types",
"standard",
"tracking status",
"list of headers",
"list of mime-types",
"http methods",
"content-encoding",
"content codings",
"response code",
"response status",
"cache-control",
"Content-Security-Policy",
"CSP"
],
"author": "Stepan Sypachev <sypachev_s_s@mail.ru>",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/sypachev_s_s/http-headers-js.git"
},
"homepage": "https://bitbucket.org/sypachev_s_s/http-headers-js#readme"
}