forked from vicapow/node.pgh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 751 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 751 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "Node.pgh",
"subdomain": "Node.pgh",
"scripts": {
"start": "lib/index.js"
},
"version": "0.0.1-1",
"engines": {
"node": "0.6.x"
},
"dependencies": {
"express": "2.5.x",
"jade": ">= 0.25.0",
"connect-less": ">= 0.3.0",
"underscore": ">= 1.3.3",
"nlogger": ">= 0.3.0",
"request": ">= 2.9.202",
"optimist": ">= 0.0.2",
"connect": "*",
"qs": "*",
"formidable": "*",
"mime": "*",
"async": "*",
"less": "*",
"wordwrap": "*"
},
"devDependencies": {
"mocha": ">= 1.0.1",
"should": ">= 0.6.1"
},
"author": "",
"description": "The website of Node Pittsburgh",
"repository": {
"type": "git",
"url": "git://github.com/vicapow/node.pgh.git"
}
}