1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-01-07 04:49:14 +00:00

Added node modules

This commit is contained in:
John Crepezzi
2012-02-06 14:09:01 -05:00
parent ca9d4c18f7
commit d1e0644a4e
575 changed files with 77900 additions and 6 deletions

25
node_modules/connect/package.json generated vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "connect",
"version": "1.8.5",
"description": "High performance middleware framework",
"keywords": ["framework", "web", "middleware", "connect", "rack"],
"repository": "git://github.com/senchalabs/connect.git",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"repository": "git://github.com/senchalabs/connect",
"dependencies": {
"qs": ">= 0.4.0",
"mime": ">= 0.0.1",
"formidable": "1.0.x"
},
"devDependencies": {
"expresso": "0.9.2",
"koala": "0.1.2",
"less": "1.1.1",
"sass": "0.5.0",
"markdown": "0.2.1",
"ejs": "0.4.3",
"should": "0.3.2"
},
"main": "index",
"engines": { "node": ">= 0.4.1 < 0.7.0" }
}