UNPKG

593 BJSONView Raw
1{
2 "name": "caseless",
3 "version": "0.12.0",
4 "description": "Caseless object set/get/has, very useful when working with HTTP headers.",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/mikeal/caseless"
12 },
13 "keywords": [
14 "headers",
15 "http",
16 "caseless"
17 ],
18 "test": "node test.js",
19 "author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
20 "license": "Apache-2.0",
21 "bugs": {
22 "url": "https://github.com/mikeal/caseless/issues"
23 },
24 "devDependencies": {
25 "tape": "^2.10.2"
26 }
27}