-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"name": "k-icos",
"description": "A Krawler based service to download atmospheric data from the ICOS Carbon Portal's Data Service",
"version": "1.5.0",
"homepage": "https://github.com/kalisio/k-icos",
"type": "module",
"keywords": [
"krawler",
"kargo",
"feathers",
"icos"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/kalisio/k-icos.git"
},
"author": {
"name": "Kalisio",
"email": "contact@kalisio.com",
"url": "https://github.com/kalisio"
},
"contributors": [],
"bugs": {
"url": "https://github.com/kalisio/k-icos/issues"
},
"scripts": {
"test": "echo \"Warning: no test specified\"",
"release:major": "npm version --force major",
"release:minor": "npm version --force minor",
"release:patch": "npm version --force patch",
"postversion": "git push origin HEAD --tags"
},
"dependencies": {
"lodash": "^4.17.15",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"winston": "^3.17.0"
},
"devDependencies": {},
"peerDependencies": {
"@kalisio/krawler": "2.8.0"
}
}