aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/express/package.json
diff options
context:
space:
mode:
authorTeddy Wing2014-10-30 20:27:55 -0400
committerTeddy Wing2014-10-30 20:27:55 -0400
commitfb4b26ac3aa96432fabeaa5b180690a7f5e3c981 (patch)
treef3d9c7d231569417f72aab4e12b26d76e0cfed68 /node_modules/express/package.json
parent65600960507d714053d6c7ba99b8e3ced1d6761f (diff)
downloadsipping-point-fb4b26ac3aa96432fabeaa5b180690a7f5e3c981.tar.bz2
Add node_modules/
Diffstat (limited to 'node_modules/express/package.json')
-rw-r--r--node_modules/express/package.json158
1 files changed, 158 insertions, 0 deletions
diff --git a/node_modules/express/package.json b/node_modules/express/package.json
new file mode 100644
index 0000000..852ea34
--- /dev/null
+++ b/node_modules/express/package.json
@@ -0,0 +1,158 @@
+{
+ "name": "express",
+ "description": "Fast, unopinionated, minimalist web framework",
+ "version": "4.9.8",
+ "author": {
+ "name": "TJ Holowaychuk",
+ "email": "tj@vision-media.ca"
+ },
+ "contributors": [
+ {
+ "name": "Aaron Heckmann",
+ "email": "aaron.heckmann+github@gmail.com"
+ },
+ {
+ "name": "Ciaran Jessup",
+ "email": "ciaranj@gmail.com"
+ },
+ {
+ "name": "Douglas Christopher Wilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "Guillermo Rauch",
+ "email": "rauchg@gmail.com"
+ },
+ {
+ "name": "Jonathan Ong",
+ "email": "me@jongleberry.com"
+ },
+ {
+ "name": "Roman Shtylman",
+ "email": "shtylman+expressjs@gmail.com"
+ },
+ {
+ "name": "Young Jae Sim",
+ "email": "hanul@hanul.me"
+ }
+ ],
+ "keywords": [
+ "express",
+ "framework",
+ "sinatra",
+ "web",
+ "rest",
+ "restful",
+ "router",
+ "app",
+ "api"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/strongloop/express"
+ },
+ "license": "MIT",
+ "homepage": "http://expressjs.com/",
+ "dependencies": {
+ "accepts": "~1.1.2",
+ "cookie-signature": "1.0.5",
+ "debug": "~2.0.0",
+ "depd": "0.4.5",
+ "escape-html": "1.0.1",
+ "etag": "~1.4.0",
+ "finalhandler": "0.2.0",
+ "fresh": "0.2.4",
+ "media-typer": "0.3.0",
+ "methods": "1.1.0",
+ "on-finished": "~2.1.0",
+ "parseurl": "~1.3.0",
+ "path-to-regexp": "0.1.3",
+ "proxy-addr": "~1.0.3",
+ "qs": "2.2.4",
+ "range-parser": "~1.0.2",
+ "send": "0.9.3",
+ "serve-static": "~1.6.4",
+ "type-is": "~1.5.2",
+ "vary": "~1.0.0",
+ "cookie": "0.1.2",
+ "merge-descriptors": "0.0.2",
+ "utils-merge": "1.0.0"
+ },
+ "devDependencies": {
+ "after": "0.8.1",
+ "istanbul": "0.3.2",
+ "mocha": "~1.21.5",
+ "should": "~4.0.4",
+ "supertest": "~0.14.0",
+ "ejs": "~1.0.0",
+ "marked": "0.3.2",
+ "hjs": "~0.0.6",
+ "body-parser": "~1.8.2",
+ "connect-redis": "~2.1.0",
+ "cookie-parser": "~1.3.3",
+ "express-session": "~1.8.2",
+ "jade": "~1.6.0",
+ "method-override": "~2.2.0",
+ "morgan": "~1.3.1",
+ "multiparty": "~3.3.2",
+ "vhost": "~3.0.0"
+ },
+ "engines": {
+ "node": ">= 0.10.0"
+ },
+ "scripts": {
+ "prepublish": "npm prune",
+ "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
+ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
+ "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/",
+ "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/"
+ },
+ "gitHead": "f15bba7309f2e0a17f7b7a5552b9618f074078c8",
+ "bugs": {
+ "url": "https://github.com/strongloop/express/issues"
+ },
+ "_id": "express@4.9.8",
+ "_shasum": "f360f596baeabbd0e5223b603d6eb578d9d2d10d",
+ "_from": "express@>=4.9.0 <4.10.0",
+ "_npmVersion": "1.4.21",
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "maintainers": [
+ {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ },
+ {
+ "name": "jongleberry",
+ "email": "jonathanrichardong@gmail.com"
+ },
+ {
+ "name": "shtylman",
+ "email": "shtylman@gmail.com"
+ },
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "aredridel",
+ "email": "aredridel@nbtsc.org"
+ },
+ {
+ "name": "strongloop",
+ "email": "callback@strongloop.com"
+ },
+ {
+ "name": "rfeng",
+ "email": "enjoyjava@gmail.com"
+ }
+ ],
+ "dist": {
+ "shasum": "f360f596baeabbd0e5223b603d6eb578d9d2d10d",
+ "tarball": "http://registry.npmjs.org/express/-/express-4.9.8.tgz"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/express/-/express-4.9.8.tgz"
+}