-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.04 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.04 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
45
46
47
{
"name": "webhook-domapic-module",
"version": "1.2.0",
"description": "Domapic module for triggering a webhook",
"main": "server.js",
"bin": {
"domapic-webhook": "./bin/domapic-webhook"
},
"scripts": {
"test": "narval",
"coveralls": "cat ./.coverage/lcov.info | coveralls",
"domapic-webhook": "./bin/domapic-webhook"
},
"dependencies": {
"domapic-service": "1.0.0-beta.1",
"request": "2.88.0",
"request-promise": "4.2.2"
},
"devDependencies": {
"coveralls": "3.0.2",
"narval": "2.2.1",
"mockery": "2.1.0"
},
"files": [
"/lib",
"/bin",
"server.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/javierbrea/webhook-domapic-module.git"
},
"keywords": [
"domapic",
"webhook",
"request",
"iot",
"api",
"domotic"
],
"author": "Javier Brea",
"license": "MIT",
"bugs": {
"url": "https://github.com/javierbrea/webhook-domapic-module/issues"
},
"homepage": "https://github.com/javierbrea/webhook-domapic-module#readme"
}