-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.79 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.79 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
{
"name": "c3-flo",
"version": "1.0.0",
"description": "MsgFlo setup for programming c-base at 35C3",
"main": "index.js",
"scripts": {
"eslint": "eslint components/*.js openmct/*.js lib/*.js",
"yamllint": "yamllint components/*.yml spec/*.yaml docker-compose.yml",
"pretest": "npm run eslint && npm run yamllint",
"test": "fbp-spec --address ws://localhost:3569 spec/",
"start": "msgflo --componentdir components --graph graphs/main.json --runtime-id=63412117-ed0a-4e0d-afc6-f1e88b52f127 --ping-interval=600 --host=localhost --wait-timeout 1200",
"foreign": "msgflo-register --role north-display:components/infodisplay.yml --role east-display:components/infodisplay.yml --role south-display:components/infodisplay.yml --role west-display:components/infodisplay.yml --role mainhall-display:components/infodisplay.yml --role c-lab-display:components/infodisplay.yml --role weltenbau-display:components/infodisplay.yml --role soundlab-display:components/infodisplay.yml --role c-rash:components/crashbutton.yml --role c_out:components/c_out.yml"
},
"repository": {
"type": "git",
"url": "git://github.com/c-base/c3-flo.git"
},
"keywords": [
"noflo",
"msgflo",
"c-base"
],
"author": "Henri Bergius <henri.bergius@iki.fi>",
"license": "MIT",
"bugs": {
"url": "https://github.com/c-base/c3-flo/issues"
},
"homepage": "https://github.com/c-base/c3-flo#readme",
"dependencies": {
"adds": "^1.2.6",
"color": "^3.1.0",
"fbp-protocol-healthcheck": "^1.1.0",
"mqtt": "^2.18.8",
"msgflo": "^0.12.0",
"msgflo-nodejs": "^0.11.1",
"ws": "^7.0.0"
},
"devDependencies": {
"eslint": "^6.0.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"fbp-spec": "^0.6.6",
"yaml-lint": "^1.2.4"
}
}