-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.09 KB
/
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
{
"name": "livephotoalubm",
"description": "Just a small node.js with mongodb project to play with web sockets. For all users looking at the page, whenever a user adds an image it is broadcast and shown to all users.",
"version": "0.0.1",
"homepage": "https://github.com/thedudewiththething/livephotoalbum",
"author": "Shaun Butler <[email protected]> (https://github.com/thedudewiththething)",
"repository": {
"type": "git",
"url": "git://github.com/TheDudeWithTheThing/livephotoalbum.git"
},
"dependencies": {
"bcrypt" : "0.4.1",
"connect": ">=1.8.5",
"connect-form": ">=0.2.1",
"connect-mongodb": "1.1.2",
"dateformat": "1.0.2-1.2.3",
"everyauth": ">=0.2.28",
"express": ">=2.5.1",
"jade": ">=0.20.0",
"mongodb": ">=0.9.7-1.4",
"mongoose": ">=2.3.12",
"mongoose-types": ">=1.0.3",
"qs": ">=0.4.0",
"socket.io": ">=0.8.7",
"zlib": ">=1.0.5"
},
"devDependencies": {
"express": ">=2.3.10",
"jade": ">=0.12.1"
},
"engines": {
"node": ">=0.4"
}
}