-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.21 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
{
"name": "canopus-weekend-challenge-5",
"version": "1.0.0",
"description": "Welcome to weekend challenge 5! 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. It will be a collection called *listings*. Inside of it, you will find information for properties that are either \"for rent\" or \"for sale\".",
"main": "listingData.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikeekert/canopus-weekend-challenge-5.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mikeekert/canopus-weekend-challenge-5/issues"
},
"homepage": "https://github.com/mikeekert/canopus-weekend-challenge-5#readme",
"dependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-aria": "^1.6.6",
"angular-material": "^1.1.5",
"angular-messages": "^1.6.6",
"angular-route": "^1.6.6",
"angular-ui-bootstrap": "^2.5.0",
"express": "^4.16.1",
"mongodb": "^2.2.31",
"mongoose": "^4.11.13",
"nodemon": "^1.12.1"
}
}