-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.16 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
{
"name": "SCS-Personalized-Stocks-Discovery-Fullstack",
"version": "1.0.0",
"description": "## User Story: As a commodity and stock market follower, we want to discover new companies and expand the horizon of the investment selections. If the company does not align with the investment criteria, we would still be able to retain the information, for daily conversations with the peers, or future investment opportunities.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"watch": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deenuy/SCS-Personalized-Stocks-Discovery-Fullstack.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/deenuy/SCS-Personalized-Stocks-Discovery-Fullstack/issues"
},
"homepage": "https://github.com/deenuy/SCS-Personalized-Stocks-Discovery-Fullstack#readme",
"dependencies": {
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"mysql2": "^2.1.0",
"sequelize": "^6.3.5",
"moment": "^2.28.0",
"bootstrap-autocomplete": "^2.3.7"
}
}