-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.02 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
{
"name": "real-estate-listings",
"version": "1.0.0",
"description": "Welcome to weekend challenge 4! This weekend, you will take on the role of an application developer for a real estate company. You will be working with data that we will be providing to you. After importing the data (instructions below), you will find information for properties that are either for \"rent\" or for \"sale\".",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tyrichardson/real-estate-listings.git"
},
"keywords": [],
"author": "Ty Richardson",
"license": "ISC",
"bugs": {
"url": "https://github.com/tyrichardson/real-estate-listings/issues"
},
"homepage": "https://github.com/tyrichardson/real-estate-listings#readme",
"dependencies": {
"angular": "^1.8.0",
"angular-route": "^1.6.9",
"body-parser": "^1.18.2",
"express": "^4.16.3",
"pg": "^7.4.1"
}
}