-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.39 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
48
49
50
51
52
53
54
55
56
57
{
"name": "peludna-prognoza",
"version": "1.5.2",
"description": "Fetch pollen measurement data for Croatian cities from your terminal",
"main": "client.js",
"bin": {
"peludna-prognoza": "cli.js"
},
"scripts": {
"lint": "eslint ."
},
"keywords": [
"pelud",
"prognoza",
"pollen",
"cli"
],
"repository": {
"type": "git",
"url": "git://github.com/vladimyr/peludna-prognoza.git"
},
"author": {
"email": "[email protected]",
"name": "Dario Vladovic",
"url": "github.com/vladimyr"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vladimyr/peludna-prognoza/issues"
},
"homepage": "https://github.com/vladimyr/peludna-prognoza",
"dependencies": {
"chalk": "^2.4.1",
"cli-table": "^0.3.1",
"diacritics": "^1.3.0",
"elementtree": "^0.1.7",
"figures": "^3.0.0",
"fuzzysearch": "^1.0.3",
"got": "^9.0.0",
"inquirer": "^7.0.0",
"inquirer-autocomplete-prompt": "^1.0.0",
"minimist": "^1.2.0",
"minimist-options": "^4.0.0",
"opn": "^5.3.0",
"string-length": "^2.0.0",
"url-join": "^4.0.0"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^5.0.0",
"eslint-plugin-standard": "^4.0.0"
}
}