-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.17 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"version": "0.0.5",
"author": {
"name": "Oleh Aloshkin"
},
"bin": {
"pogodka": "./index.js",
"pogoda": "./index.js",
"pgdk": "./index.js",
"pgd": "./index.js",
"weather": "./index.js",
"wthr": "./index.js"
},
"bugs": {
"url": "https://github.com/AleshaOleg/pogodka/issues"
},
"dependencies": {
"ext-ip": "^0.3.8",
"geoip-lite": "^1.2.1"
},
"description": "Get current weather, from console",
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.4.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
},
"gitHead": "ee22710e008046226a4cc9fba94c88c0f6e2e15d",
"homepage": "https://github.com/AleshaOleg/pogodka#readme",
"keywords": [
"weather",
"console-weather"
],
"license": "ISC",
"main": "index.js",
"name": "pogodka",
"optionalDependencies": {},
"readme": "# pogodka\nGet current weather, from console\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/AleshaOleg/pogodka.git"
}
}