This repository was archived by the owner on Jun 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.54 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.54 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "sander-app",
"version": "1.0.0",
"description": "Sander app",
"private": true,
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/leesander/sander-app.git"
},
"scripts": {
"postinstall": "bower install",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lee Sander",
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.0",
"bower": "^1.8.0",
"chalk": "^1.1.3",
"compression": "^1.6.2",
"connect-mongo": "^1.3.2",
"cron": "^1.2.1",
"dotenv": "^4.0.0",
"errorhandler": "^1.5.0",
"express": "^4.15.2",
"express-flash": "0.0.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.0",
"express-sslify": "^1.2.0",
"express-validator": "^3.1.2",
"handlebars": "^4.0.6",
"lob": "^3.9.0",
"lodash": "^4.17.4",
"lusca": "^1.4.1",
"moment": "^2.18.1",
"moment-timezone": "^0.5.12",
"mongoose": "^4.8.1",
"morgan": "^1.7.0",
"multer": "^1.3.0",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^3.0.2",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"replaceall": "^0.1.6",
"serve-favicon": "^2.3.2",
"spdy": "^3.4.4",
"twilio": "^2.11.1",
"validator": "^6.2.1"
},
"engines": {
"node": "^0.10.00",
"npm": "^1.4.00"
},
"devDependencies": {
"sw-precache": "^5.1.0"
}
}