-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 857 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": "stock-observer",
"version": "0.0.1",
"description": "A web app that displays recent trends for stocks",
"main": "server.js",
"engines":{
"node":"4.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Siddhant24/Stock-Observer"
},
"homepage": "https://stockobserver.herokuapp.com/",
"bugs": "https://github.com/Siddhant24/Stock-Observer/issues",
"keywords": [
"MongoDB",
"Mongoose",
"full stack",
"Express",
"Node",
"javascript",
"boilerplate"
],
"scripts": {
"start": "node server.js"
},
"author": "Siddhant Bhakar",
"license": "MIT",
"dependencies": {
"dotenv": "^1.2.0",
"express": "^4.12.4",
"express-session": "^1.11.3",
"mongoose": "^4.1.0",
"socket.io": "^2.0.3",
"request": "^2.81.0",
"body-parser": "^1.17.2"
}
}