-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
35
36
37
38
39
40
41
42
43
44
{
"name": "dirty-app",
"description": "A data intensive real-time Node.js application using HTML5 canvas API and Socket.IO",
"keywords": [
"express",
"mongoose",
"mongodb",
"passport",
"socketio",
"canvas"
],
"version": "0.0.1",
"private": true,
"author": "Raymond Torino <[email protected]> (https://github.com/rtorino)",
"repository" : {
"type" : "git",
"url" : "https://github.com/rtorino/shiny-octo-ironman.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "supervisor -i public/ app.js"
},
"dependencies": {
"express": "3.3.5",
"jade": "*",
"mongodb": "~1.3.19",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"mongoose": "~3.6.18",
"connect-flash": "~0.1.1",
"pwd": "0.0.2",
"view-helpers": "~0.1.2",
"connect-mongo": "~0.3.3",
"socket.io": "~0.9.16",
"passport.socketio": "~1.2.1",
"underscore": "~1.5.2"
},
"devDependencies": {
"supervisor": "latest"
}
}