forked from rahularity/node-web-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 673 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 673 Bytes
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
{
<<<<<<< HEAD
"name": "web-server",
=======
"name": "weather-app",
>>>>>>> e73293dcfac60beb739fb739ababfec1b4ab5588
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
<<<<<<< HEAD
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
=======
"test": "echo \"Error: no test specified\" && exit 1"
>>>>>>> e73293dcfac60beb739fb739ababfec1b4ab5588
},
"author": "",
"license": "ISC",
"dependencies": {
<<<<<<< HEAD
"express": "^4.15.4",
"hbs": "^4.0.1"
=======
"axios": "^0.16.2",
"request": "^2.81.0",
"yargs": "^8.0.2"
>>>>>>> e73293dcfac60beb739fb739ababfec1b4ab5588
}
}