Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
593 bytes
|
Line | |
---|
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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.