-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1007 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
{
"name": "bitraf-iot",
"version": "0.0.1",
"description": "Door access system for hackerspaces, used at bitraf.no",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --compilers .coffee:coffee-script/register ./test/*.coffee",
"start": "msgflo --graph graphs/main.json --wait-timeout 600 --ignore 2floor --ignore 4floor --ignore frontdoor --componentdir components"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitraf/bitraf-iot.git"
},
"keywords": [
"MQTT",
"MsgFlo"
],
"author": "Jon Nordby <[email protected]>",
"license": "MIT",
"dependencies": {
"coffee-script": "^1.10.0",
"fbp": "^1.5.0",
"mqtt": "^2.15.0",
"msgflo": "^0.10.19",
"msgflo-nodejs": "^0.10.5"
},
"msgflo": {
"namespace": "",
"components": {
"DoorLock": "dlock13 #ROLE #ROLE.gpio"
}
},
"devDependencies": {
"chai": "^3.5.0",
"debug": "^2.2.0",
"fbp-spec": "^0.2.1",
"mocha": "^3.1.0"
}
}