c1806ac8a342e188528568e371b48da26e9d52f9
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / methods / package.json
1 {
2   "name": "methods",
3   "description": "HTTP methods that node supports",
4   "version": "1.1.1",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     },
10     {
11       "name": "Jonathan Ong",
12       "email": "me@jongleberry.com",
13       "url": "http://jongleberry.com"
14     },
15     {
16       "name": "TJ Holowaychuk",
17       "email": "tj@vision-media.ca",
18       "url": "http://tjholowaychuk.com"
19     }
20   ],
21   "license": "MIT",
22   "repository": {
23     "type": "git",
24     "url": "https://github.com/jshttp/methods"
25   },
26   "devDependencies": {
27     "istanbul": "0.3",
28     "mocha": "1"
29   },
30   "files": [
31     "index.js",
32     "HISTORY.md",
33     "LICENSE"
34   ],
35   "engines": {
36     "node": ">= 0.6"
37   },
38   "scripts": {
39     "test": "mocha --reporter spec",
40     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
41     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
42   },
43   "browser": {
44     "http": false
45   },
46   "keywords": [
47     "http",
48     "methods"
49   ],
50   "gitHead": "6293c6b27c5fb963acf67a347af80ad2ebd7247f",
51   "bugs": {
52     "url": "https://github.com/jshttp/methods/issues"
53   },
54   "homepage": "https://github.com/jshttp/methods",
55   "_id": "methods@1.1.1",
56   "_shasum": "17ea6366066d00c58e375b8ec7dfd0453c89822a",
57   "_from": "methods@~1.1.1",
58   "_npmVersion": "1.4.28",
59   "_npmUser": {
60     "name": "dougwilson",
61     "email": "doug@somethingdoug.com"
62   },
63   "maintainers": [
64     {
65       "name": "tjholowaychuk",
66       "email": "tj@vision-media.ca"
67     },
68     {
69       "name": "jonathanong",
70       "email": "jonathanrichardong@gmail.com"
71     },
72     {
73       "name": "jongleberry",
74       "email": "jonathanrichardong@gmail.com"
75     },
76     {
77       "name": "dougwilson",
78       "email": "doug@somethingdoug.com"
79     }
80   ],
81   "dist": {
82     "shasum": "17ea6366066d00c58e375b8ec7dfd0453c89822a",
83     "tarball": "http://registry.npmjs.org/methods/-/methods-1.1.1.tgz"
84   },
85   "directories": {},
86   "_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.1.tgz",
87   "readme": "ERROR: No README data found!"
88 }