-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "k-teleray",
"description": "A Krawler based service to download data from the French gamma dose rate alert Teleray network",
"version": "1.6.0",
"homepage": "https://github.com/kalisio/k-teleray",
"type": "module",
"keywords": [
"krawler",
"kargo",
"feathers",
"teleray"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/kalisio/k-teleray.git"
},
"author": {
"name": "Kalisio",
"email": "contact@kalisio.com",
"url": "https://github.com/kalisio"
},
"contributors": [],
"bugs": {
"url": "https://github.com/kalisio/k-teleray/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"
},
"devDependencies": {},
"peerDependencies": {
"@kalisio/krawler": "2.6.0"
}
}