-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 KB
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
39
40
41
42
43
44
45
{
"name": "lone_wolf",
"version": "1.0.0",
"description": "weather system",
"main": "server.js",
"scripts": {
"test": "./node_modules/jasmine/bin/jasmine.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codejam2019/lone_wolf.git"
},
"author": "Kishor Jagadale",
"license": "ISC",
"bugs": {
"url": "https://github.com/codejam2019/lone_wolf/issues"
},
"homepage": "https://github.com/codejam2019/lone_wolf#readme",
"dependencies": {
"@zeit/next-css": "0.0.7",
"aws-sdk": "^2.414.0",
"axios": "^0.18.0",
"base64json": "^1.0.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"compression": "^1.7.3",
"cookie-parser": "^1.4.4",
"express": "^4.16.2",
"express-fileupload": "^1.1.5",
"express-request-id": "^1.4.1",
"isomorphic-unfetch": "^3.0.0",
"jasmine": "^3.5.0",
"log-timestamp": "^0.3.0",
"mongoose": "^5.4.15",
"next": "^5.0.0",
"react": "^16.2.0",
"react-albus": "^2.0.0",
"react-bootstrap": "^1.0.0-beta.5",
"react-bootstrap-typeahead": "^3.3.5",
"react-dom": "^16.2.0",
"react-input-files": "^1.2.0",
"react-router-dom": "^4.3.1",
"request": "^2.88.0"
}
}