Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame^] | 1 | { |
| 2 | "name": "express", |
| 3 | "description": "Fast, unopinionated, minimalist web framework", |
| 4 | "version": "4.11.2", |
| 5 | "author": { |
| 6 | "name": "TJ Holowaychuk", |
| 7 | "email": "tj@vision-media.ca" |
| 8 | }, |
| 9 | "contributors": [ |
| 10 | { |
| 11 | "name": "Aaron Heckmann", |
| 12 | "email": "aaron.heckmann+github@gmail.com" |
| 13 | }, |
| 14 | { |
| 15 | "name": "Ciaran Jessup", |
| 16 | "email": "ciaranj@gmail.com" |
| 17 | }, |
| 18 | { |
| 19 | "name": "Douglas Christopher Wilson", |
| 20 | "email": "doug@somethingdoug.com" |
| 21 | }, |
| 22 | { |
| 23 | "name": "Guillermo Rauch", |
| 24 | "email": "rauchg@gmail.com" |
| 25 | }, |
| 26 | { |
| 27 | "name": "Jonathan Ong", |
| 28 | "email": "me@jongleberry.com" |
| 29 | }, |
| 30 | { |
| 31 | "name": "Roman Shtylman", |
| 32 | "email": "shtylman+expressjs@gmail.com" |
| 33 | }, |
| 34 | { |
| 35 | "name": "Young Jae Sim", |
| 36 | "email": "hanul@hanul.me" |
| 37 | } |
| 38 | ], |
| 39 | "license": "MIT", |
| 40 | "repository": { |
| 41 | "type": "git", |
| 42 | "url": "https://github.com/strongloop/express" |
| 43 | }, |
| 44 | "homepage": "http://expressjs.com/", |
| 45 | "keywords": [ |
| 46 | "express", |
| 47 | "framework", |
| 48 | "sinatra", |
| 49 | "web", |
| 50 | "rest", |
| 51 | "restful", |
| 52 | "router", |
| 53 | "app", |
| 54 | "api" |
| 55 | ], |
| 56 | "dependencies": { |
| 57 | "accepts": "~1.2.3", |
| 58 | "content-disposition": "0.5.0", |
| 59 | "cookie-signature": "1.0.5", |
| 60 | "debug": "~2.1.1", |
| 61 | "depd": "~1.0.0", |
| 62 | "escape-html": "1.0.1", |
| 63 | "etag": "~1.5.1", |
| 64 | "finalhandler": "0.3.3", |
| 65 | "fresh": "0.2.4", |
| 66 | "media-typer": "0.3.0", |
| 67 | "methods": "~1.1.1", |
| 68 | "on-finished": "~2.2.0", |
| 69 | "parseurl": "~1.3.0", |
| 70 | "path-to-regexp": "0.1.3", |
| 71 | "proxy-addr": "~1.0.6", |
| 72 | "qs": "2.3.3", |
| 73 | "range-parser": "~1.0.2", |
| 74 | "send": "0.11.1", |
| 75 | "serve-static": "~1.8.1", |
| 76 | "type-is": "~1.5.6", |
| 77 | "vary": "~1.0.0", |
| 78 | "cookie": "0.1.2", |
| 79 | "merge-descriptors": "0.0.2", |
| 80 | "utils-merge": "1.0.0" |
| 81 | }, |
| 82 | "devDependencies": { |
| 83 | "after": "0.8.1", |
| 84 | "ejs": "2.1.4", |
| 85 | "istanbul": "0.3.5", |
| 86 | "marked": "0.3.3", |
| 87 | "mocha": "~2.1.0", |
| 88 | "should": "~4.6.2", |
| 89 | "supertest": "~0.15.0", |
| 90 | "hjs": "~0.0.6", |
| 91 | "body-parser": "~1.11.0", |
| 92 | "connect-redis": "~2.2.0", |
| 93 | "cookie-parser": "~1.3.3", |
| 94 | "express-session": "~1.10.2", |
| 95 | "jade": "~1.9.1", |
| 96 | "method-override": "~2.3.1", |
| 97 | "morgan": "~1.5.1", |
| 98 | "multiparty": "~4.1.1", |
| 99 | "vhost": "~3.0.0" |
| 100 | }, |
| 101 | "engines": { |
| 102 | "node": ">= 0.10.0" |
| 103 | }, |
| 104 | "files": [ |
| 105 | "LICENSE", |
| 106 | "History.md", |
| 107 | "Readme.md", |
| 108 | "index.js", |
| 109 | "lib/" |
| 110 | ], |
| 111 | "scripts": { |
| 112 | "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/", |
| 113 | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/", |
| 114 | "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/", |
| 115 | "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/" |
| 116 | }, |
| 117 | "gitHead": "63ab25579bda70b4927a179b580a9c580b6c7ada", |
| 118 | "bugs": { |
| 119 | "url": "https://github.com/strongloop/express/issues" |
| 120 | }, |
| 121 | "_id": "express@4.11.2", |
| 122 | "_shasum": "8df3d5a9ac848585f00a0777601823faecd3b148", |
| 123 | "_from": "express@~4.11.1", |
| 124 | "_npmVersion": "1.4.28", |
| 125 | "_npmUser": { |
| 126 | "name": "dougwilson", |
| 127 | "email": "doug@somethingdoug.com" |
| 128 | }, |
| 129 | "maintainers": [ |
| 130 | { |
| 131 | "name": "tjholowaychuk", |
| 132 | "email": "tj@vision-media.ca" |
| 133 | }, |
| 134 | { |
| 135 | "name": "jongleberry", |
| 136 | "email": "jonathanrichardong@gmail.com" |
| 137 | }, |
| 138 | { |
| 139 | "name": "shtylman", |
| 140 | "email": "shtylman@gmail.com" |
| 141 | }, |
| 142 | { |
| 143 | "name": "dougwilson", |
| 144 | "email": "doug@somethingdoug.com" |
| 145 | }, |
| 146 | { |
| 147 | "name": "aredridel", |
| 148 | "email": "aredridel@nbtsc.org" |
| 149 | }, |
| 150 | { |
| 151 | "name": "strongloop", |
| 152 | "email": "callback@strongloop.com" |
| 153 | }, |
| 154 | { |
| 155 | "name": "rfeng", |
| 156 | "email": "enjoyjava@gmail.com" |
| 157 | } |
| 158 | ], |
| 159 | "dist": { |
| 160 | "shasum": "8df3d5a9ac848585f00a0777601823faecd3b148", |
| 161 | "tarball": "http://registry.npmjs.org/express/-/express-4.11.2.tgz" |
| 162 | }, |
| 163 | "directories": {}, |
| 164 | "_resolved": "https://registry.npmjs.org/express/-/express-4.11.2.tgz" |
| 165 | } |