]> git.cworth.org Git - obsolete/notmuch-web/blobdiff - node_modules/express/package.json
Install the "express" node module via npm
[obsolete/notmuch-web] / node_modules / express / package.json
diff --git a/node_modules/express/package.json b/node_modules/express/package.json
new file mode 100644 (file)
index 0000000..b27afcc
--- /dev/null
@@ -0,0 +1,22 @@
+{
+  "name": "express",
+  "description": "Sinatra inspired web development framework",
+  "version": "2.3.3",
+  "author": "TJ Holowaychuk <tj@vision-media.ca>",
+  "contributors": [ 
+    { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, 
+    { "name": "Aaron Heckmann", "email": "aaron.heckmann+github@gmail.com" },
+    { "name": "Ciaran Jessup", "email": "ciaranj@gmail.com" },
+    { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
+  ],
+  "dependencies": {
+    "connect": ">= 1.4.0 < 2.0.0",
+    "mime": ">= 0.0.1",
+    "qs": ">= 0.0.6"
+  },
+  "keywords": ["framework", "sinatra", "web", "rest", "restful"],
+  "repository": "git://github.com/visionmedia/express",
+  "main": "index",
+  "bin": { "express": "./bin/express" },
+  "engines": { "node": ">= 0.4.1 < 0.5.0" }
+}
\ No newline at end of file