-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 908 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": "gpio-in-domapic",
"version": "1.1.0",
"description": "Handler to be used by Domapic modules for controlling a gpio in \"in\" mode",
"main": "index.js",
"scripts": {
"test": "narval",
"coveralls": "cat ./.coverage/lcov.info | coveralls"
},
"dependencies": {
"death": "1.1.0",
"onoff": "3.2.2",
"lodash": "4.17.11"
},
"devDependencies": {
"coveralls": "3.0.2",
"narval": "2.2.1",
"mockery": "2.1.0"
},
"files": [
"/lib",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/javierbrea/gpio-in-domapic.git"
},
"keywords": [
"domapic",
"raspberry",
"gpio",
"iot",
"domotic"
],
"author": "Javier Brea",
"license": "MIT",
"bugs": {
"url": "https://github.com/javierbrea/gpio-in-domapic/issues"
},
"homepage": "https://github.com/javierbrea/gpio-in-domapic#readme"
}