-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 876 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
36
37
{
"name": "plecco",
"version": "0.0.0",
"main": "index.js",
"dependencies": {
"express": "~3.0.0beta7",
"mongo-express": "~0.17.5",
"socket.io": "~0.9.6",
"forever": "~0.10.0",
"connect-redis": "~1.4.0",
"less": "~1.3.0",
"hbs": "~1.0.4",
"oauth": "~0.9.7",
"mongoose": "~2.7.2",
"request": "~2.9.203",
"nodemailer": "~0.3.28",
"handlebars": "~1.0.5beta",
"underscore": "~1.3.3",
"bcrypt": "~0.7.0",
"hiredis": "~0.1.14",
"mongodb": "~1.0.2",
"crypto": "~0.0.3",
"mongo": "~0.1.0",
"q": "~0.8.8",
"session.socket.io": "~0.1.1",
"optimist": "~0.3.4",
"uglify-js": "~1.3.3",
"connect": "~2.6.0",
"redis": "~0.7.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "BSD",
"description": "the readme"
}