-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 963 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "k-weatherlink",
"description": "",
"version": "1.5.0",
"homepage": "https://github.com/kalisio/k-weatherlink",
"type": "module",
"keywords": [
"krawler",
"kargo",
"feathers",
"feathers-plugin",
"weatherlink"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/kalisio/k-weatherlink.git"
},
"author": {
"name": "Kalisio",
"url": "https://github.com/kalisio"
},
"contributors": [],
"bugs": {
"url": "https://github.com/kalisio/k-weatherlink/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.21"
},
"devDependencies": {},
"peerDependencies": {
"@kalisio/krawler": "2.5.0"
}
}