-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 936 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
37
38
{
"name": "sheltersearchwebsite",
"version": "1.0.0",
"description": "Website for the Shelter Search app",
"main": "server.js",
"scripts": {
"test": "nodemon server.js",
"start": "node server.js",
"sass": "node-sass public/sass/ -o public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamCho/ShelterSearchWebsite.git"
},
"keywords": [
"Nodejs"
],
"author": "Rahul Zhade",
"license": "ISC",
"bugs": {
"url": "https://github.com/TeamCho/ShelterSearchWebsite/issues"
},
"homepage": "https://github.com/TeamCho/ShelterSearchWebsite#readme",
"dependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"firebase": "^4.12.1",
"npm": "^6.13.4",
"pug": "^2.0.3"
},
"devDependencies": {
"node-sass": "^4.8.3",
"nodemon": "^1.17.3"
}
}