-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 862 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
{
"name": "weather-app-cli",
"version": "1.0.0",
"description": "This is a weather app designed in Node.JS with CLI",
"main": "app.js",
"dependencies": {
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"lodash": "^4.17.10",
"request": "^2.87.0",
"yargs": "^12.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3atharvkurdukar/udemy-nodejs.git"
},
"author": "Atharv Kurdukar",
"license": "ISC",
"bugs": {
"url": "https://github.com/3atharvkurdukar/udemy-nodejs/issues"
},
"homepage": "https://github.com/3atharvkurdukar/udemy-nodejs#readme"
}