-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 964 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
35
36
{
"name": "trekmate-app",
"version": "1.0.0",
"description": "An app to help groups enjoy the experience of a trip and avoid the pain of planning",
"main": "index.js",
"scripts": {
"test": "mocha tests/",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxgardner/trekmate-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maxgardner/trekmate-app/issues"
},
"homepage": "https://github.com/maxgardner/trekmate-app#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.2",
"method-override": "^2.3.8",
"mysql": "^2.13.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sequelize": "^3.30.4",
"serve-favicon": "^2.4.2"
},
"devDependencies": {}
}