-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "aecollegevogt.github.io",
"version": "1.0.0",
"description": "Website",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AECollegeVogt/aecollegevogt.github.io.git"
},
"author": "Diane Tobit",
"license": "ISC",
"bugs": {
"url": "https://github.com/AECollegeVogt/aecollegevogt.github.io/issues"
},
"homepage": "https://github.com/AECollegeVogt/aecollegevogt.github.io#readme",
"dependencies": {
"bcrypt": "^1.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"darwin": "0.0.5",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.15.3",
"jsonwebtoken": "^8.1.0",
"mongodb": "^2.2.30",
"mongoose": "^4.11.5",
"morgan": "^1.8.2",
"node-slack": "0.0.7",
"path": "^0.12.7",
"pg": "^7.0.2",
"serve-favicon": "^2.4.3",
"winston": "^2.3.1"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}