-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 868 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 868 Bytes
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
{
"name": "dlock13",
"version": "1.0.0",
"description": "Doorlock based on RPi",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "fbp-spec --command 'msgflo --port 3569' test/*.yaml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitraf/dlock13.git"
},
"keywords": [
"doorlock",
"IoT",
"MQTT",
"msgflo",
"Bitraf",
"RapsberryPi",
"hackerspace"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitraf/dlock13/issues"
},
"homepage": "https://github.com/bitraf/dlock13#readme",
"devDependencies": {
"fbp-spec": "^0.4.1",
"msgflo": "^0.11.0",
"msgflo-nodejs": "^0.11.1",
"mqtt": "^2.7.1"
},
"msgflo": {
"components": {
"DoorLock": "./dlock13-msgflo/build/dlock13 #ROLE gpiofile"
}
}
}