-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
49 lines (49 loc) · 1.17 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
{
"name": "SuperhostTools",
"version": "0.1.0",
"description": "Open Source Airbnb Auto Messaging and Pricing Tool for Hosts",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "make test"
},
"repository": {
"type": "git",
"url": "[email protected]/wootwoot1234/Superhost-Tools.git"
},
"keywords": [
"airbnb",
"smart",
"pricing",
"messaging",
"auto"
],
"author": "Tom Krones <[email protected]>",
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.1",
"chai": "~1.8.1",
"connect-mongo": "^1.3.2",
"ejs": "^2.5.6",
"email-templates": "^2.5.4",
"express": "~4.17.1",
"mocha": "~1.14.0",
"moment-timezone": "^0.5.11",
"mongoose": "^5.7.8",
"nodemailer": "^3.1.4",
"nodemailer-mailgun-transport": "git+https://github.com/orliesaurus/nodemailer-mailgun-transport.git",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"passport-local-mongoose": "~0.2.5",
"should": "~2.1.0",
"bower": "1.8.8"
},
"scripts": {
"postinstall": "bower install",
"start": "node app.js"
},
"engines": {
"node": "7.9.0"
}
}