forked from DevMountain-Journey/journey-devmtn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "journey-devmtn",
"version": "1.0.0",
"description": "This is a disgustingly awesome web application for measuring the great days and the bad days at DevMountain.",
"main": "server/index.js",
"scripts": {
"start": "nodemon server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevMountain-Journey/journey-devmtn.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/DevMountain-Journey/journey-devmtn/issues"
},
"homepage": "https://github.com/DevMountain-Journey/journey-devmtn#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"chart.js": "^1.0.2",
"devmtn-auth": "^0.2.1",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"lodash": "^4.6.1",
"moment": "^2.11.2",
"mongoose": "^4.4.4",
"nodemailer": "^2.3.0",
"nodemailer-sparkpost-transport": "^0.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sass": "^2.2.0"
}
}