@http/headers
Version:
Caseless HTTP Headers
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "@http/headers",
"version": "1.0.1",
"description": "Caseless HTTP Headers",
"keywords": [
"caseless",
"http",
"headers"
],
"license": "Apache-2.0",
"homepage": "https://github.com/simov/http-headers",
"author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/simov/http-headers.git"
},
"dependencies": {
"deep-copy": "^1.1.2"
},
"devDependencies": {
"codecov.io": "^0.1.6",
"coveralls": "^2.11.9",
"eslint": "^2.9.0",
"eslint-config-standard": "^5.2.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"istanbul": "^0.4.3",
"mocha": "^2.4.5"
},
"main": "index.js",
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"index.js"
],
"scripts": {
"test": "npm run lint && npm run test-ci",
"test-ci": "mocha test/",
"test-cov": "istanbul cover _mocha",
"lint": "eslint . && echo Lint Passed"
}
}