forked from jslatts/nodechat-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 709 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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" }
}