-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 931 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": "gibber.server",
"version": "0.5.4",
"description": "server component for Gibber",
"main": "index.js",
"dependencies": {
"ejs": "0.8.4",
"connect": "~2.9.0",
"express": "~3.4.0",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"share": "0.7.3",
"request": "~2.27.0",
"nodemailer": "~1.3.0",
"connect-redis": "~1.4.7",
"share-codemirror": "0.0.5",
"livedb": "~0.4.8",
"querystring": "~0.2.0",
"ws": "~0.4.32"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/charlieroberts/gibber.server.git"
},
"keywords": [
"gibber"
],
"author": "Charlie Roberts <[email protected]> (http://www.charlie-roberts.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/charlieroberts/gibber.server/issues"
}
}