-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
34 lines (34 loc) · 854 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
{
"name": "file-change-monitor",
"main": "server.js",
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"async": "^1.5.2",
"aws-sdk": "^2.202.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.1",
"body-parser": "^1.17.2",
"braintree": "^2.8.0",
"braintree-angular": "^2.0.0",
"cron": "^1.3.0",
"deasync": "^0.1.12",
"diff": "^3.4.0",
"dotenv": "^4.0.0",
"errorhandler": "^1.5.0",
"express": "^4.15.3",
"jwt-simple": "^0.5.1",
"lusca": "^1.5.2",
"method-override": "^2.3.9",
"moment": "^2.20.1",
"mongoose": "^4.13.11",
"morgan": "^1.9.0",
"mz": "^2.7.0",
"net": "^1.0.2",
"node-cron": "^1.2.1",
"nodemailer": "^2.3.0",
"paranoid-request": "github:cablej/paranoid-request",
"request": "^2.83.0",
"satellizer": "~0.11",
"validator": "^9.4.1"
}
}