-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.22 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
45
46
47
48
49
50
{
"name": "books4equality",
"description": "Books For Equality web site",
"version": "1.1.0",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:books4equality/books4equality.git"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"async": "^2.0.1",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"connect-ensure-login": "^0.1.1",
"connect-mongo": "^0.8.0",
"cors": "^2.8.0",
"ejs": "^2.5.1",
"ejs-locals": "^1.0.2",
"email-validator": "^1.0.5",
"express": "^4.14.0",
"express-session": "^1.13.0",
"express-subdomain": "^1.0.5",
"jquery-confirm": "^1.5.1",
"less-middleware": "^1.0.4",
"logops": "^1.0.6",
"memoizeasync": "^0.9.0",
"mongodb": "^1.4.31",
"mongoose": "^4.3.5",
"multer": "^0.1.8",
"node-isbn": "^1.2.0",
"nodemailer": "^1.10.0",
"nodemailer-mailgun-transport": "^1.1.0",
"nodemailer-smtp-transport": "^2.5.0",
"pagination": "^0.4.4",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"request": "^2.67.0",
"revalidator": "^0.3.1",
"serve-favicon": "^2.2.0"
},
"keywords": [
"books",
"equality",
"education"
]
}