-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.08 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.08 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
{
"name": "microflo-luftdaten",
"version": "0.1.0",
"description": "MicroFlo firmware for luftdaten.info air quality sensors",
"scripts": {
"test": "fbp-spec --address ws://localhost:3333 --command 'sh spec/start-runtime.sh' --start-timeout 20 spec/",
"generate": "microflo generate --enable-maps --prepend-file config.h --prepend-file secrets.h --components ./node_modules/microflo-core/components --target=${MICROFLO_TARGET:-esp} graphs/main.fbp build/main/main.ino",
"start": "microflo runtime --wait-connect 3 --graph graphs/main.fbp --componentmap build/main/main.component.map.json",
"build": "`node build.js`"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c-base/microflo-luftdaten.git"
},
"keywords": [
"microflo",
"arduino",
"fbp",
"dataflow"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/c-base/microflo-luftdaten/issues"
},
"homepage": "https://luftdaten.info/",
"devDependencies": {
"fbp-spec": "^0.6.0",
"microflo": "^0.6.4",
"microflo-core": "^0.6.2"
}
}