-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1011 Bytes
/
package.json
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
{
"name": "PartidoDeLaRed"
, "version": "0.0.1"
, "description": "Real-time apps made cross-browser & easy with a WebSocket-like API"
, "homepage": "http://socket.io"
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
, "author": "Partido De La Red <[email protected]>"
, "contributors": [
{ "name": "Cristian Douce", "email": "[email protected]" }
, { "name": "Ricardo Rauch", "email": "[email protected]" }
]
, "repository":{
"type": "git"
, "url": ""
}
, "dependencies": {
"express": "*"
, "jade": "*"
, "nowww": "*"
, "marked": "*"
, "ghm": "*"
, "http-auth": "*"
, "passport": "*"
, "passport-facebook": "*"
, "passport-twitter": "*"
, "mongoose": "*"
, "connect-mongo": "*"
}
, "devDependencies": {}
, "main": "pdr"
, "engines": { "node": "0.8.x", "npm": "1.1.x" }
, "scripts": {
"test": ""
}
}