-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.1 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": "micro-dockerhub-hook",
"version": "1.3.0",
"description": "docker hub webhook",
"main": "index.js",
"scripts": {
"start": "micro -l tcp://${npm_config_HOST}:${npm_config_PORT}",
"dev": "micro-dev -H localhost",
"test": "standard && ava",
"coverage": "nyc ava",
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maccyber/micro-dockerhub-hook.git"
},
"keywords": [
"dockerhub",
"webhook",
"automatedbuilds"
],
"author": {
"name": "Jonas Enge",
"email": "jonas.enge@gmail.com",
"url": "https://github.com/maccyber"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/maccyber/micro-dockerhub-hook/issues"
},
"homepage": "https://github.com/maccyber/micro-dockerhub-hook#readme",
"devDependencies": {
"ava": "2.4.0",
"axios": "0.19.0",
"coveralls": "3.0.5",
"micro-dev": "3.0.0",
"nyc": "14.1.1",
"standard": "13.1.0",
"test-listen": "1.1.0"
},
"dependencies": {
"micro": "9.3.4"
}
}