Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / content-disposition / package.json
1 {
2   "name": "content-disposition",
3   "description": "Create and parse Content-Disposition header",
4   "version": "0.5.0",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     }
10   ],
11   "license": "MIT",
12   "keywords": [
13     "content-disposition",
14     "http",
15     "rfc6266",
16     "res"
17   ],
18   "repository": {
19     "type": "git",
20     "url": "https://github.com/jshttp/content-disposition"
21   },
22   "devDependencies": {
23     "istanbul": "0.3.2",
24     "mocha": "~1.21.4"
25   },
26   "files": [
27     "LICENSE",
28     "HISTORY.md",
29     "README.md",
30     "index.js"
31   ],
32   "engines": {
33     "node": ">= 0.6"
34   },
35   "scripts": {
36     "test": "mocha --reporter spec --bail --check-leaks test/",
37     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
38     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
39   },
40   "gitHead": "f3c915f0c9d9f5ec79713dba24c8c6181b73305d",
41   "bugs": {
42     "url": "https://github.com/jshttp/content-disposition/issues"
43   },
44   "homepage": "https://github.com/jshttp/content-disposition",
45   "_id": "content-disposition@0.5.0",
46   "_shasum": "4284fe6ae0630874639e44e80a418c2934135e9e",
47   "_from": "content-disposition@0.5.0",
48   "_npmVersion": "1.4.21",
49   "_npmUser": {
50     "name": "dougwilson",
51     "email": "doug@somethingdoug.com"
52   },
53   "maintainers": [
54     {
55       "name": "dougwilson",
56       "email": "doug@somethingdoug.com"
57     }
58   ],
59   "dist": {
60     "shasum": "4284fe6ae0630874639e44e80a418c2934135e9e",
61     "tarball": "http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz"
62   },
63   "directories": {},
64   "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz"
65 }